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 ? (