Redirecting to new Review screen when sending max.
This commit is contained in:
parent
3a89b4e2eb
commit
f3a350f664
4 changed files with 11 additions and 6 deletions
|
|
@ -508,7 +508,7 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
|||
}
|
||||
}
|
||||
|
||||
$state.transitionTo('tabs.send.confirm', confirmData);
|
||||
$state.transitionTo('tabs.send.review', confirmData);
|
||||
}
|
||||
$scope.useSendMax = null;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue