From 18d04a4fc0d38620688238f546356bb62ece9edb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Wed, 12 Jul 2023 09:45:58 +0200 Subject: [PATCH] tmp --- moodle.config.json | 2 ++ src/core/services/app.ts | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/moodle.config.json b/moodle.config.json index 2163e702726..4a7851b0994 100644 --- a/moodle.config.json +++ b/moodle.config.json @@ -111,5 +111,7 @@ "long": 3500, "sticky": 0 }, + "appServicesUrl": "https://apps.next.moodle.com", + "defaultsubscription": "bma", "disableTokenFile": false } diff --git a/src/core/services/app.ts b/src/core/services/app.ts index f7611def9a5..5eabe858e31 100644 --- a/src/core/services/app.ts +++ b/src/core/services/app.ts @@ -716,7 +716,6 @@ export class CoreAppProvider { const useLightText = CoreColors.isWhiteContrastingBetter(color); - console.error(color, useLightText); CoreNative.plugin('systemUI')?.setNavigationBarColor(color, !useLightText); }