fixes - hide tabs in backup flow
This commit is contained in:
parent
5955041547
commit
f3117cec17
5 changed files with 31 additions and 23 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue