Fix spinner while creating wallet
This commit is contained in:
parent
0852250a8e
commit
0dae7b9b82
2 changed files with 4 additions and 2 deletions
|
|
@ -176,7 +176,10 @@ angular.module('copayApp.controllers').controller('createController',
|
|||
});
|
||||
return;
|
||||
}
|
||||
go.walletHome();
|
||||
$timeout(function() {
|
||||
go.walletHome();
|
||||
$rootScope.$apply();
|
||||
});
|
||||
|
||||
});
|
||||
}, 100);
|
||||
|
|
|
|||
|
|
@ -115,7 +115,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
var fc = profileService.focusedClient;
|
||||
if (!fc) return;
|
||||
|
||||
ongoingProcess.clear();
|
||||
self.cleanInstance();
|
||||
self.loadingWallet = true;
|
||||
self.setSpendUnconfirmed();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue