Change top-bar color
This commit is contained in:
parent
486b24eeb1
commit
0c06a3d460
17 changed files with 60 additions and 76 deletions
|
|
@ -562,6 +562,9 @@ 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.isVisible) {
|
||||
StatusBar.backgroundColorByHexString(fc.backgroundColor);
|
||||
}
|
||||
};
|
||||
|
||||
self.setBalance = function(balance) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue