diff --git a/src/js/controllers/tab-receive.js b/src/js/controllers/tab-receive.js index c9fa46de9..8100222f6 100644 --- a/src/js/controllers/tab-receive.js +++ b/src/js/controllers/tab-receive.js @@ -225,6 +225,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi }); $scope.$on("$ionicView.leave", function(event, data) { + if ($scope.showingPaymentReceived) { + $scope.showingPaymentReceived = false; + } + lodash.each(listeners, function(x) { x(); });