fix: Open deep link on android

This commit is contained in:
Christian Kußowski 2026-03-30 10:22:15 +02:00
commit 383d708500
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 6 additions and 8 deletions

View file

@ -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,