Compare commits
1 commit
master
...
wallet/tas
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a7d206224c |
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)
|
if (screen.width < 768 && platformInfo.isCordova)
|
||||||
screen.lockOrientation('portrait');
|
screen.lockOrientation('portrait');
|
||||||
|
|
||||||
if (ionic.Platform.isAndroid() && StatusBar) {
|
if (ionic.Platform.isAndroid() && platformInfo.isCordova && StatusBar) {
|
||||||
StatusBar.backgroundColorByHexString('#000000');
|
StatusBar.backgroundColorByHexString('#000000');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue