From 5d0203842a1cc37bdfc39a3314f2d6a0b96c1d2b Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 29 Dec 2025 18:09:10 +0200 Subject: [PATCH] remove more enable hooks --- src/screens/FindContactsFlowScreen.tsx | 3 --- src/screens/Onboarding/index.tsx | 3 --- 2 files changed, 6 deletions(-) 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 (