Skip to content

Commit a7130b8

Browse files
committed
Disabling autounlock
1 parent 2e8aa5b commit a7130b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/screens/Locked.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function Locked({ navigation, route }) {
4949
if (isTryingToSignIn) {
5050
await LocalAuthentication.cancelAuthenticate();
5151
}
52-
52+
5353
console.log("Logging in");
5454
setIsTryingToSignIn(true);
5555
const authenticateResult = await LocalAuthentication.authenticateAsync({
@@ -79,7 +79,6 @@ function Locked({ navigation, route }) {
7979

8080
useEffect(() => {
8181
changeNavigationBarColor(colors.background, !isDark);
82-
unlock();
8382
}, [isFocused]);
8483

8584
return (

0 commit comments

Comments
 (0)