From dc31243bf1a6e56faa99898d29a28e0afcacb14a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 4 Dec 2025 14:58:34 -0600 Subject: [PATCH] Put useIntentHandler back on web --- src/view/shell/index.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 354432f076..7fd5155ca3 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -61,6 +61,7 @@ function ShellInner() { }, [showDrawer, showDrawerDelayedExit]) useComposerKeyboardShortcut() + useIntentHandler() useEffect(() => { const unsubscribe = navigator.addListener('state', () => { @@ -140,7 +141,6 @@ function ShellInner() { export function Shell() { const t = useTheme() const aa = useAgeAssurance() - useIntentHandler() return ( {aa.state.access === aa.Access.None ? (