Fix UI calculator. Set default status bar color if no wallet selected
This commit is contained in:
parent
daf45d48a8
commit
9982bef8df
9 changed files with 55 additions and 9 deletions
|
|
@ -5,6 +5,10 @@ angular.module('copayApp.controllers').controller('preferencesGlobalController',
|
|||
|
||||
var isCordova = platformInfo.isCordova;
|
||||
|
||||
if (isCordova && StatusBar.isVisible) {
|
||||
StatusBar.backgroundColorByHexString("#4B6178");
|
||||
}
|
||||
|
||||
$scope.init = function() {
|
||||
var config = configService.getSync();
|
||||
$scope.unitName = config.wallet.settings.unitName;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue