tap to retry
This commit is contained in:
parent
d21c9320c4
commit
e01fc86835
3 changed files with 11 additions and 5 deletions
|
|
@ -184,9 +184,11 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.updateColor();
|
||||
$timeout(function() {
|
||||
self.setOngoingProcess('openingWallet', true);
|
||||
self.updateError = false;
|
||||
fc.openWallet(function(err, walletStatus) {
|
||||
self.setOngoingProcess('openingWallet', false);
|
||||
if (err) {
|
||||
self.updateError = true;
|
||||
self.handleError(err);
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue