Change StatusBar text/icon color

This commit is contained in:
Skylar Ittner 2020-10-11 00:57:54 -06:00
parent 0bda9f78cb
commit 815610e23b

View File

@ -95,7 +95,7 @@ function setAppTheme(theme) {
if (theme == "light") {
$("#app").removeClass("theme-dark");
if (platform_type == "cordova" && cordova.platformId == 'android' && typeof StatusBar !== 'undefined') {
StatusBar.styleDefault();
StatusBar.styleLightContent();
StatusBar.backgroundColorByHexString("#0D87F6");
}
} else if (theme == "dark") {