fixes - hide tabs in backup flow

This commit is contained in:
Gabriel Bazán 2016-09-27 10:51:30 -03:00
commit f3117cec17
5 changed files with 31 additions and 23 deletions

View file

@ -118,7 +118,8 @@ angular.module('copayApp.services')
});
_showBackupNeededModal(wallet, function(val) {
wallet.showBackupNeededModal = val;
if (wallet.needsBackup) wallet.showBackupNeededModal = val;
else wallet.showBackupNeededModal = false;
});
wallet.removeAllListeners();