Revert "fix No wallets/card/anything in tab-home when resume app"

This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-23 11:13:14 -03:00 committed by GitHub
parent 414c5114bb
commit 10d1cff704
1 changed files with 1 additions and 4 deletions

View File

@ -75,10 +75,7 @@ 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);