🐛 Fix share sheet error

This commit is contained in:
2025-11-08 20:05:18 +08:00
parent bfcbed035c
commit 5e7d77e1a1

View File

@@ -306,7 +306,7 @@ class _ShareSheetState extends ConsumerState<ShareSheet> {
// Navigate to chat if requested // Navigate to chat if requested
if (shouldNavigate == true && mounted) { if (shouldNavigate == true && mounted) {
context.push('/sphere/chat/${chatRoom.id}'); context.push('/chat/${chatRoom.id}');
} }
} }
} catch (e) { } catch (e) {