Merge pull request #5668 from bitpay/revert-5644-fix/nowallets

Revert "fix No wallets/card/anything in tab-home when resume app"
This commit is contained in:
Gabriel Edgardo Bazán 2017-02-23 11:08:11 -05:00 committed by GitHub
commit 08a91f7231

View file

@ -75,10 +75,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
});
$scope.$on("$ionicView.enter", function(event, data) {
$timeout(function() {
updateAllWallets();
});
addressbookService.list(function(err, ab) {
if (err) $log.error(err);