Notify to reload home tab
This commit is contained in:
parent
5185c6ee3c
commit
daf9bb5356
1 changed files with 4 additions and 0 deletions
|
|
@ -158,6 +158,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
|
||||||
soundService.play('misc/payment_received.mp3');
|
soundService.play('misc/payment_received.mp3');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Notify new tx
|
||||||
|
$scope.$emit('bwsEvent', $scope.wallet.id);
|
||||||
|
|
||||||
|
|
||||||
$scope.$apply(function () {
|
$scope.$apply(function () {
|
||||||
$scope.showingPaymentReceived = true;
|
$scope.showingPaymentReceived = true;
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue