Put useIntentHandler back on web

This commit is contained in:
Eric Bailey
2025-12-04 14:58:34 -06:00
parent 11422f63ed
commit dc31243bf1
+1 -1
View File
@@ -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 (
<View style={[a.util_screen_outer, t.atoms.bg]}>
{aa.state.access === aa.Access.None ? (