feat: Forward notifications to Android Auto
This commit is contained in:
parent
2d240ccda3
commit
40bd7eed91
6 changed files with 13 additions and 2 deletions
|
|
@ -289,10 +289,12 @@ Future<void> _tryPushHelper(
|
|||
],
|
||||
cancelNotification: false,
|
||||
allowGeneratedReplies: true,
|
||||
semanticAction: SemanticAction.reply,
|
||||
),
|
||||
AndroidNotificationAction(
|
||||
FluffyChatNotificationActions.markAsRead.name,
|
||||
l10n.markAsRead,
|
||||
semanticAction: SemanticAction.markAsRead,
|
||||
),
|
||||
],
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue