add timeout to backup needed modal
This commit is contained in:
parent
65dc3d24c0
commit
138885cc82
3 changed files with 15 additions and 8 deletions
|
|
@ -131,6 +131,7 @@ angular.module('copayApp.controllers').controller('backupController',
|
|||
}
|
||||
|
||||
profileService.setBackupFlag(wallet.credentials.walletId);
|
||||
profileService.setBackupNeededModalFlag(wallet.credentials.walletId);
|
||||
return cb();
|
||||
}, 1);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue