diff --git a/src/js/controllers/tab-home.js b/src/js/controllers/tab-home.js index e14c49cd1..2068972ba 100644 --- a/src/js/controllers/tab-home.js +++ b/src/js/controllers/tab-home.js @@ -84,7 +84,10 @@ angular.module('copayApp.controllers').controller('tabHomeController', $scope.$on("$ionicView.enter", function(event, data) { $ionicNavBarDelegate.showBar(true); updateAllWallets(); - profileService.initBitcoinCoreDisplay(); + + $timeout(function() { + profileService.initBitcoinCoreDisplay(); + }, 1000); addressbookService.list(function(err, ab) { if (err) $log.error(err);