Notify to reload home tab

This commit is contained in:
Jean-Baptiste Dominguez 2018-08-10 18:43:28 +09:00
commit daf9bb5356

View file

@ -158,6 +158,10 @@ angular.module('copayApp.controllers').controller('tabReceiveController', functi
soundService.play('misc/payment_received.mp3');
}
// Notify new tx
$scope.$emit('bwsEvent', $scope.wallet.id);
$scope.$apply(function () {
$scope.showingPaymentReceived = true;
});