From a22c8fa6fafd53f19c5ab7fe989759182ececfc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Thu, 5 Mar 2026 12:38:46 +0100 Subject: [PATCH] fix: Do not cancel notification on reply --- lib/utils/push_helper.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 097aaa55b..e41f2d305 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -264,7 +264,6 @@ Future _tryPushHelper( inputs: [ AndroidNotificationActionInput(label: l10n.writeAMessage), ], - cancelNotification: false, allowGeneratedReplies: true, semanticAction: SemanticAction.reply, ),