aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app/_layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mobile/app/_layout.tsx')
-rw-r--r--packages/mobile/app/_layout.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/mobile/app/_layout.tsx b/packages/mobile/app/_layout.tsx
index d3cbbee1..bd269060 100644
--- a/packages/mobile/app/_layout.tsx
+++ b/packages/mobile/app/_layout.tsx
@@ -16,7 +16,7 @@ export default function RootLayout() {
useEffect(() => {
if (hasShareIntent) {
router.replace({
- pathname: "shareintent",
+ pathname: "sharing",
params: { shareIntent: JSON.stringify(shareIntent) },
});
resetShareIntent();