Fix payment intent
This commit is contained in:
parent
9f620d127e
commit
c55fe955cd
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
self.txps = [];
|
||||
self.copayers = [];
|
||||
self.updateColor();
|
||||
go.walletHome();
|
||||
|
||||
storageService.getBackupFlag(self.walletId, function(err, val) {
|
||||
self.needsBackup = self.network == 'testnet' ? false : !val;
|
||||
|
|
@ -722,6 +721,7 @@ angular.module('copayApp.controllers').controller('indexController', function($r
|
|||
$rootScope.$on('Local/NewFocusedWallet', function() {
|
||||
self.setFocusedWallet();
|
||||
self.updateTxHistory();
|
||||
go.walletHome();
|
||||
});
|
||||
|
||||
$rootScope.$on('Local/SetTab', function(event, tab, reset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue