Fix - 337 - Consistent StatusBar
This commit is contained in:
parent
cc94e1c630
commit
630dadda48
1 changed files with 2 additions and 2 deletions
|
|
@ -1251,8 +1251,8 @@ angular.module('copayApp').config(function(historicLogProvider, $provide, $logPr
|
|||
if (screen.width < 768 && platformInfo.isCordova)
|
||||
screen.lockOrientation('portrait');
|
||||
|
||||
if (window.StatusBar && ionic.Platform.isAndroid()) {
|
||||
StatusBar.backgroundColorByHexString('#000000');
|
||||
if (StatusBar && ionic.Platform.isAndroid()) {
|
||||
StatusBar.backgroundColorByHexString('#000000');
|
||||
}
|
||||
|
||||
if (window.cordova && window.cordova.plugins && window.cordova.plugins.Keyboard && !platformInfo.isWP) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue