aboutsummaryrefslogtreecommitdiffstats
path: root/packages/mobile/app/_layout.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-03-11 13:34:31 +0000
committerMohamedBassem <me@mbassem.com>2024-03-11 13:34:53 +0000
commitfbcc85ad822a9870ebebfdbd6bbbaa41ef1dff4c (patch)
treefe7d9659c46eaf5d06e58f76e5b28942bdffcd43 /packages/mobile/app/_layout.tsx
parentc87db85815d84ddf907d0a1d26226a2ab911181b (diff)
downloadkarakeep-fbcc85ad822a9870ebebfdbd6bbbaa41ef1dff4c.tar.zst
mobile: An ugly but function share button
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();