fix No wallets/card/anything in tab-home when resume app
This commit is contained in:
parent
0540f8b3be
commit
d112983604
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,10 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.$on("$ionicView.enter", function(event, data) {
|
$scope.$on("$ionicView.enter", function(event, data) {
|
||||||
updateAllWallets();
|
|
||||||
|
$timeout(function() {
|
||||||
|
updateAllWallets();
|
||||||
|
});
|
||||||
|
|
||||||
addressbookService.list(function(err, ab) {
|
addressbookService.list(function(err, ab) {
|
||||||
if (err) $log.error(err);
|
if (err) $log.error(err);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue