Merge pull request #2101 from matiu/bug/selectwallets
Bug/selectwallets
This commit is contained in:
commit
a1f95a4cbf
7 changed files with 97 additions and 119 deletions
|
|
@ -65,7 +65,11 @@ angular.module('copayApp.services').factory('go', function($window, $rootScope,
|
|||
root.path('copayers');
|
||||
} else {
|
||||
if ($rootScope.pendingPayment) {
|
||||
root.path('selectWalletForPayment');
|
||||
if ($rootScope.walletForPaymentSet) {
|
||||
root.path('send');
|
||||
} else {
|
||||
root.path('selectWalletForPayment');
|
||||
}
|
||||
} else {
|
||||
root.path('homeWallet');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue