fix spinner after slide to pay
This commit is contained in:
parent
d7ebc96097
commit
7e03fdad0b
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue