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