diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-11 13:34:31 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-11 13:34:53 +0000 |
| commit | fbcc85ad822a9870ebebfdbd6bbbaa41ef1dff4c (patch) | |
| tree | fe7d9659c46eaf5d06e58f76e5b28942bdffcd43 /packages/mobile/app/_layout.tsx | |
| parent | c87db85815d84ddf907d0a1d26226a2ab911181b (diff) | |
| download | karakeep-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.tsx | 2 |
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(); |
