Fix payment URI
This commit is contained in:
parent
01d02758f4
commit
813b6d5b44
2 changed files with 2 additions and 3 deletions
|
|
@ -46,9 +46,8 @@ angular.module('copayApp.controllers').controller('paymentUriController',
|
|||
if (wid != profileService.focusedClient.credentials.walletId) {
|
||||
profileService.setAndStoreFocus(wid, function() {});
|
||||
}
|
||||
go.send();
|
||||
$timeout(function() {
|
||||
$rootScope.$emit('paymentUri', self.bitcoinURI);
|
||||
}, 100);
|
||||
}, 1000);
|
||||
};
|
||||
});
|
||||
|
|
|
|||
|
|
@ -39,8 +39,8 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
});
|
||||
|
||||
var disablePaymentUriListener = $rootScope.$on('paymentUri', function(event, uri) {
|
||||
$rootScope.$emit('Local/SetTab', 'send');
|
||||
$timeout(function() {
|
||||
$rootScope.$emit('Local/SetTab', 'send');
|
||||
self.setForm(uri);
|
||||
}, 100);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue