Fix touchId

This commit is contained in:
Gustavo Maximiliano Cortez 2016-06-09 18:46:50 -03:00
commit 2288372040
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

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;
}