Merge pull request #4341 from cmgustavo/bug/touch-id-ios-01

Fix touchId
This commit is contained in:
Matias Alejo Garcia 2016-06-09 19:02:58 -03:00 committed by GitHub
commit 43f03f0bcd

View file

@ -115,7 +115,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
$log.debug(err);
$timeout(function() {
$scope.touchidError = true;
$scope.touchidEnabled = false;
$scope.touchidEnabled = true;
}, 100);
return;
}