Merge pull request #175 from Bitcoin-com/wallet/task/378

Improvement - 378 - Dismiss "Received payment" screen
This commit is contained in:
Brendon Duncan 2018-06-22 18:08:58 +12:00 committed by GitHub
commit cabbe098f8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -251,6 +251,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
});
$scope.$on("$ionicView.enter", function(event, data) {
$scope.showingPaymentReceived = false;
$ionicNavBarDelegate.showBar(true);
});