fix: comments
BIN
img/icon.png
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 260 KiB |
BIN
img/icon@2x.png
|
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 55 KiB |
BIN
img/icon@3x.png
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 137 KiB |
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 260 KiB |
|
Before Width: | Height: | Size: 402 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 137 KiB |
@ -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 (
|
||||
|
||||