Fix status bar text color
This commit is contained in:
parent
35f1e10b7c
commit
177831374a
@ -89,6 +89,7 @@ document.addEventListener("deviceready", function () {
|
|||||||
|
|
||||||
if (cordova.platformId == 'android') {
|
if (cordova.platformId == 'android') {
|
||||||
StatusBar.backgroundColorByHexString("#1976d2");
|
StatusBar.backgroundColorByHexString("#1976d2");
|
||||||
|
StatusBar.styleLightContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isconfigvalid()) {
|
if (isconfigvalid()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user