fix android topbar
This commit is contained in:
parent
610c116d7a
commit
2bac6b8c6b
1 changed files with 1 additions and 5 deletions
|
|
@ -563,8 +563,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.backgroundColor = config.colorFor[self.walletId] || '#4A90E2';
|
||||
var fc = profileService.focusedClient;
|
||||
fc.backgroundColor = self.backgroundColor;
|
||||
if (isCordova) {
|
||||
StatusBar.show();
|
||||
if (isCordova && StatusBar.isVisible) {
|
||||
StatusBar.backgroundColorByHexString(fc.backgroundColor);
|
||||
}
|
||||
};
|
||||
|
|
@ -1656,9 +1655,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.noFocusedWallet = true;
|
||||
self.isComplete = null;
|
||||
self.walletName = null;
|
||||
if (isCordova && StatusBar.isVisible) {
|
||||
StatusBar.hide();
|
||||
}
|
||||
uxLanguage.update();
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue