fix: comments

This commit is contained in:
li0nd3v 2026-04-23 15:31:29 +02:00
parent b055c05f08
commit 0fd5ec7315
7 changed files with 4 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 260 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 402 KiB

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 137 KiB

View File

@ -1,5 +1,6 @@
import React, { useCallback, useEffect, useReducer, useRef } from 'react';
import {
ActivityIndicator,
Image,
Keyboard,
KeyboardAvoidingView,
@ -196,6 +197,9 @@ const UnlockWith: React.FC = () => {
};
const renderUnlockOptions = () => {
if (state.isAuthenticating && !state.showPasswordInput) {
return <ActivityIndicator />;
}
if (state.showPasswordInput) {
return (