diff --git a/src/js/controllers/import.js b/src/js/controllers/import.js index 23e349a17..1fafc073f 100644 --- a/src/js/controllers/import.js +++ b/src/js/controllers/import.js @@ -95,6 +95,7 @@ angular.module('copayApp.controllers').controller('importController', } $rootScope.$emit('Local/WalletImported', walletId); notification.success(gettext('Success'), gettext('Your wallet has been imported correctly')); + go.walletHome(); }); }, 100); }; @@ -113,6 +114,7 @@ angular.module('copayApp.controllers').controller('importController', } $rootScope.$emit('Local/WalletImported', walletId); notification.success(gettext('Success'), gettext('Your wallet has been imported correctly')); + go.walletHome(); }); }, 100); };