fix spinner after slide to pay

This commit is contained in:
Javier 2016-10-20 16:44:20 -03:00
commit 7e03fdad0b

View file

@ -339,6 +339,10 @@ angular.module('copayApp.controllers').controller('confirmController', function(
$scope.approve = function(onSendStatusChange) {
if ($scope._paypro && $scope.paymentExpired.value) {
popupService.showAlert(null, gettextCatalog.getString('The payment request has expired'));
$scope.sendStatus = '';
$timeout(function() {
$scope.$apply();
});
return;
}