diff --git a/src/view/com/modals/AddAppPasswords.tsx b/src/view/com/modals/AddAppPasswords.tsx index 4508e685..a8913dd5 100644 --- a/src/view/com/modals/AddAppPasswords.tsx +++ b/src/view/com/modals/AddAppPasswords.tsx @@ -137,17 +137,6 @@ export function Component({}: {}) { } } - const textInputRef = React.useCallback((node: TextInput | null) => { - if (!node) { - return - } - - // `selectTextOnFocus` isn't working with `autoFocus={true}` or without a timeout going. - setTimeout(() => { - node.focus() - }, 0) - }, []) - return ( @@ -171,7 +160,6 @@ export function Component({}: {}) { {!appPassword ? (