fix: Open deep link on android
This commit is contained in:
parent
ff3e032638
commit
383d708500
3 changed files with 6 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ class FluffyChatApp extends StatelessWidget {
|
|||
|
||||
// Pass deep links to app:
|
||||
if (state.uri.toString().startsWith(AppConfig.deepLinkPrefix)) {
|
||||
return '/rooms/newprivatechat?deeplink=${state.uri}';
|
||||
return '/rooms/newprivatechat#${state.uri}';
|
||||
}
|
||||
return null;
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue