Fix - 356 - Remove vibration
This commit is contained in:
parent
f87c43de20
commit
2e7d1c2cc8
1 changed files with 0 additions and 2 deletions
|
|
@ -322,7 +322,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
$scope.amountModel.amount = ($scope.amountModel.amount + digit).replace('..', '.');
|
$scope.amountModel.amount = ($scope.amountModel.amount + digit).replace('..', '.');
|
||||||
checkFontSize();
|
checkFontSize();
|
||||||
$scope.processAmount();
|
$scope.processAmount();
|
||||||
navigator.vibrate(50);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$scope.pushOperator = function(operator) {
|
$scope.pushOperator = function(operator) {
|
||||||
|
|
@ -358,7 +357,6 @@ angular.module('copayApp.controllers').controller('amountController', function($
|
||||||
$scope.amountModel.amount = $scope.alternativeAmount = $scope.globalResult = '';
|
$scope.amountModel.amount = $scope.alternativeAmount = $scope.globalResult = '';
|
||||||
$scope.allowSend = false;
|
$scope.allowSend = false;
|
||||||
checkFontSize();
|
checkFontSize();
|
||||||
navigator.vibrate(50);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue