diff --git a/src/js/controllers/paymentUri.js b/src/js/controllers/paymentUri.js index b80ed1611..241d05a46 100644 --- a/src/js/controllers/paymentUri.js +++ b/src/js/controllers/paymentUri.js @@ -45,6 +45,7 @@ angular.module('copayApp.controllers').controller('paymentUriController', this.selectWallet = function(wid) { var self = this; profileService.setAndStoreFocus(wid, function() {}); + go.walletHome(); $timeout(function() { $rootScope.$emit('paymentUri', self.bitcoinURI); }, 1000);