call hook

This commit is contained in:
Samuel Newman
2024-11-09 11:02:26 +00:00
parent 916194e371
commit 3078e247b8
+1 -2
View File
@@ -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(() => {