chore: Follow up sharing fix

This commit is contained in:
Christian Kußowski 2026-03-21 12:21:52 +01:00
commit 22901dc424
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

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)) {