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(() => {