feat: Open chat on shortcut click on android

This commit is contained in:
krille-chan 2024-02-22 16:28:21 +01:00
commit 477a8b858b
No known key found for this signature in database
2 changed files with 12 additions and 1 deletions

View file

@ -313,7 +313,7 @@ Future<void> _setShortcut(
await flutterShortcuts.pushShortcutItem(
shortcut: ShortcutItem(
id: event.room.id,
action: l10n.openChat,
action: AppConfig.inviteLinkPrefix + event.room.id,
shortLabel: title,
conversationShortcut: true,
icon: avatarFile == null