fix: Do not cancel notification on reply

This commit is contained in:
Christian Kußowski 2026-03-05 12:38:46 +01:00
parent 9f5250ee04
commit a22c8fa6fa
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -264,7 +264,6 @@ Future<void> _tryPushHelper(
inputs: [
AndroidNotificationActionInput(label: l10n.writeAMessage),
],
cancelNotification: false,
allowGeneratedReplies: true,
semanticAction: SemanticAction.reply,
),