Change back color when moving back from wallet detail view to home screen.
This commit is contained in:
parent
f03560312b
commit
cc94e1c630
1 changed files with 1 additions and 2 deletions
|
|
@ -410,8 +410,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
$scope.$on("$ionicView.afterLeave", function(event, data) {
|
||||
$interval.cancel(refreshInterval);
|
||||
if ($window.StatusBar) {
|
||||
var statusBarColor = appConfigService.name == 'copay' ? '#192c3a' : '#1e3186';
|
||||
$window.StatusBar.backgroundColorByHexString(statusBarColor);
|
||||
$window.StatusBar.backgroundColorByHexString('#000000');
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue