Merge pull request #4341 from cmgustavo/bug/touch-id-ios-01
Fix touchId
This commit is contained in:
commit
43f03f0bcd
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ angular.module('copayApp.controllers').controller('preferencesController',
|
||||||
$log.debug(err);
|
$log.debug(err);
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$scope.touchidError = true;
|
$scope.touchidError = true;
|
||||||
$scope.touchidEnabled = false;
|
$scope.touchidEnabled = true;
|
||||||
}, 100);
|
}, 100);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue