Removes hasClick

This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-20 11:56:11 -03:00
commit ae63ae145d
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
3 changed files with 2 additions and 19 deletions

View file

@ -14,7 +14,6 @@ angular.module('copayApp.controllers').controller('txpDetailsController', functi
$scope.canSign = $scope.wallet.canSign() || $scope.wallet.isPrivKeyExternal();
$scope.color = $scope.wallet.color;
$scope.data = {};
$scope.hasClick = platformInfo.hasClick;
$scope.displayAmount = getDisplayAmount($scope.tx.amountStr);
$scope.displayUnit = getDisplayUnit($scope.tx.amountStr);
initActionList();