From 5c2a6c96f99cc2c6a00aef65155e9d12a2b2d7ae Mon Sep 17 00:00:00 2001 From: Gustavo Maximiliano Cortez Date: Tue, 8 Mar 2016 16:48:04 -0300 Subject: [PATCH] Go walletHome before emit event --- src/js/controllers/paymentUri.js | 1 + 1 file changed, 1 insertion(+) 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);