clear send flow on home and wallet details

This commit is contained in:
Sebastiaan Pasma 2018-08-08 17:29:28 +02:00
commit 02e8e0fbf0
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F
2 changed files with 4 additions and 1 deletions

View file

@ -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;