clear send flow on home and wallet details
This commit is contained in:
parent
2206102715
commit
02e8e0fbf0
2 changed files with 4 additions and 1 deletions
|
|
@ -374,6 +374,7 @@ angular.module('copayApp.controllers').controller('walletDetailsController', fun
|
|||
});
|
||||
|
||||
$scope.$on("$ionicView.beforeEnter", function(event, data) {
|
||||
sendFlowService.clear();
|
||||
|
||||
configService.whenAvailable(function (config) {
|
||||
$scope.selectedPriceDisplay = config.wallet.settings.priceDisplay;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue