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