fix: Open deep link on android
This commit is contained in:
parent
ff3e032638
commit
383d708500
3 changed files with 6 additions and 8 deletions
|
|
@ -172,8 +172,8 @@ abstract class AppRoutes {
|
|||
context,
|
||||
state,
|
||||
NewPrivateChat(
|
||||
key: ValueKey('new_chat_${state.uri.query}'),
|
||||
deeplink: state.uri.queryParameters['deeplink'],
|
||||
key: ValueKey('new_chat_${state.uri.fragment}'),
|
||||
deeplink: state.uri.fragment,
|
||||
),
|
||||
),
|
||||
redirect: loggedOutRedirect,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue