fix sidebar hamburger when changing wallet
This commit is contained in:
parent
fa39cee3b6
commit
1aff66091b
2 changed files with 4 additions and 3 deletions
|
|
@ -98,6 +98,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
if (k == 'tab') return;
|
||||
if (k == 'noFocusedWallet') return;
|
||||
if (k == 'backgroundColor') return;
|
||||
if (k == 'physicalScreenWidth') return;
|
||||
if (k == 'loadingWallet') {
|
||||
self.loadingWallet = true;
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue