From 3078e247b83744a820a29103e54f38fb10148a82 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Sat, 9 Nov 2024 11:02:26 +0000 Subject: [PATCH] call hook --- src/view/shell/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 76a5e1e72f..68ea7f2fbf 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -10,7 +10,6 @@ import {useNavigation, useNavigationState} from '@react-navigation/native' import {useDedupe} from '#/lib/hooks/useDedupe' import {useIntentHandler} from '#/lib/hooks/useIntentHandler' import {useNotificationsHandler} from '#/lib/hooks/useNotificationHandler' -import {usePalette} from '#/lib/hooks/usePalette' import {useNotificationsRegistration} from '#/lib/notifications/notifications' import {isStateAtTabRoot} from '#/lib/routes/helpers' import {useTheme} from '#/lib/ThemeContext' @@ -138,7 +137,7 @@ function ShellInner() { export const Shell: React.FC = function ShellImpl() { const {fullyExpandedCount} = useDialogStateControlContext() const theme = useTheme() - const t = useAlfTheme + const t = useAlfTheme() useIntentHandler() React.useEffect(() => {