Fix touchId
This commit is contained in:
parent
bbc4d6da98
commit
2288372040
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue