fix sidebar hamburger when changing wallet

This commit is contained in:
Gabriel Bazán 2016-07-20 17:16:15 -03:00
commit 1aff66091b
2 changed files with 4 additions and 3 deletions

View file

@ -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;