chore: Follow up sharing fix
This commit is contained in:
parent
695a03e730
commit
22901dc424
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue