diff --git a/src/screens/FindContactsFlowScreen.tsx b/src/screens/FindContactsFlowScreen.tsx index d53472611e..9b9e5b6c74 100644 --- a/src/screens/FindContactsFlowScreen.tsx +++ b/src/screens/FindContactsFlowScreen.tsx @@ -4,7 +4,6 @@ import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' import {usePreventRemove} from '@react-navigation/native' -import {useEnableKeyboardControllerScreen} from '#/lib/hooks/useEnableKeyboardController' import { type AllNavigatorParams, type NativeStackScreenProps, @@ -37,8 +36,6 @@ export function FindContactsFlowScreen({navigation}: Props) { }) }) - useEnableKeyboardControllerScreen(true) - const setMinimalShellMode = useSetMinimalShellMode() const effect = useCallback(() => { setMinimalShellMode(true) diff --git a/src/screens/Onboarding/index.tsx b/src/screens/Onboarding/index.tsx index 25d9173a84..c96ad1fbf1 100644 --- a/src/screens/Onboarding/index.tsx +++ b/src/screens/Onboarding/index.tsx @@ -2,7 +2,6 @@ import {useMemo, useReducer} from 'react' import {View} from 'react-native' import * as bcp47Match from 'bcp-47-match' -import {useEnableKeyboardControllerScreen} from '#/lib/hooks/useEnableKeyboardController' import {useLanguagePrefs} from '#/state/preferences' import { Layout, @@ -60,8 +59,6 @@ export function Onboarding() { ) const [contactsFlowState, contactsFlowDispatch] = useFindContactsFlowState() - useEnableKeyboardControllerScreen(true) - return (