Merge pull request #3974 from cmgustavo/bug/go-home-after-uri-payment
Fixes select wallet using URI payment
This commit is contained in:
commit
be2f2466d3
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue