diff --git a/src/js/controllers/tab-home.js b/src/js/controllers/tab-home.js index 94e803997..d3d6e9610 100644 --- a/src/js/controllers/tab-home.js +++ b/src/js/controllers/tab-home.js @@ -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);