Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyserver committed Jul 12, 2023
1 parent 331e206 commit 18d04a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions moodle.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,7 @@
"long": 3500,
"sticky": 0
},
"appServicesUrl": "https://apps.next.moodle.com",
"defaultsubscription": "bma",
"disableTokenFile": false
}
1 change: 0 additions & 1 deletion src/core/services/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,6 @@ export class CoreAppProvider {

const useLightText = CoreColors.isWhiteContrastingBetter(color);

console.error(color, useLightText);
CoreNative.plugin('systemUI')?.setNavigationBarColor(color, !useLightText);
}

Expand Down

0 comments on commit 18d04a4

Please sign in to comment.