Merge pull request #2651 from krille-chan/krille/do-not-cancel-on-notification-reply

fix: Do not cancel notification on reply
This commit is contained in:
Krille-chan 2026-03-05 13:03:21 +01:00 committed by GitHub
commit e311c9573e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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