Merge pull request #175 from Bitcoin-com/wallet/task/378
Improvement - 378 - Dismiss "Received payment" screen
This commit is contained in:
commit
cabbe098f8
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
|||
});
|
||||
|
||||
$scope.$on("$ionicView.enter", function(event, data) {
|
||||
$scope.showingPaymentReceived = false;
|
||||
$ionicNavBarDelegate.showBar(true);
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue