Merge pull request #2743 from krille-chan/krille/follow-up-sharing-fix

chore: Follow up sharing fix
This commit is contained in:
Krille-chan 2026-03-21 12:45:13 +01:00 committed by GitHub
commit 4de2b3236e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ class FluffyChatApp extends StatelessWidget {
debugLogDiagnostics: true,
redirect: (context, state) {
// Workaround for content sharings passed to go router:
if (state.uri.scheme == 'content') return null;
if (state.uri.scheme == 'content') return '/';
// Pass deep links to app:
if (state.uri.toString().startsWith(AppConfig.deepLinkPrefix)) {