diff options
author | Minseo Lee <itoupluk427@gmail.com> | 2024-02-28 13:03:55 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-28 13:03:55 +0900 |
commit | 3767e763906088d410da9ca99532c093368ca196 (patch) | |
tree | 533df6df19320459b69c54c7b26fac5b59279e5e /src/App.native.tsx | |
parent | 41e69651f97cc95d42ff4ae247706604faca51ae (diff) | |
parent | c4d30a0b7fb3e73b208a01d0f62130535d549392 (diff) | |
download | voidsky-3767e763906088d410da9ca99532c093368ca196.tar.zst |
Merge branch 'bluesky-social:main' into patch-3
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 1284154f3..f08a6235b 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -45,6 +45,7 @@ import {Splash} from '#/Splash' import {Provider as PortalProvider} from '#/components/Portal' import {msg} from '@lingui/macro' import {useLingui} from '@lingui/react' +import {useIntentHandler} from 'lib/hooks/useIntentHandler' SplashScreen.preventAutoHideAsync() @@ -53,6 +54,7 @@ function InnerApp() { const {resumeSession} = useSessionApi() const theme = useColorModeTheme() const {_} = useLingui() + useIntentHandler() // init useEffect(() => { |