feat: Open chat on shortcut click on android
This commit is contained in:
parent
ffeb8bb08e
commit
477a8b858b
2 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue