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';
|
self.backgroundColor = config.colorFor[self.walletId] || '#4A90E2';
|
||||||
var fc = profileService.focusedClient;
|
var fc = profileService.focusedClient;
|
||||||
fc.backgroundColor = self.backgroundColor;
|
fc.backgroundColor = self.backgroundColor;
|
||||||
if (isCordova) {
|
if (isCordova && StatusBar.isVisible) {
|
||||||
StatusBar.show();
|
|
||||||
StatusBar.backgroundColorByHexString(fc.backgroundColor);
|
StatusBar.backgroundColorByHexString(fc.backgroundColor);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
@ -1656,9 +1655,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
||||||
self.noFocusedWallet = true;
|
self.noFocusedWallet = true;
|
||||||
self.isComplete = null;
|
self.isComplete = null;
|
||||||
self.walletName = null;
|
self.walletName = null;
|
||||||
if (isCordova && StatusBar.isVisible) {
|
|
||||||
StatusBar.hide();
|
|
||||||
}
|
|
||||||
uxLanguage.update();
|
uxLanguage.update();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue