feat: Forward notifications to Android Auto

This commit is contained in:
Christian Kußowski 2025-10-02 15:40:55 +02:00
commit 40bd7eed91
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 13 additions and 2 deletions

View file

@ -289,10 +289,12 @@ Future<void> _tryPushHelper(
],
cancelNotification: false,
allowGeneratedReplies: true,
semanticAction: SemanticAction.reply,
),
AndroidNotificationAction(
FluffyChatNotificationActions.markAsRead.name,
l10n.markAsRead,
semanticAction: SemanticAction.markAsRead,
),
],
);