From 144fbb48723a5ec1ffbd03c14caab5089c6628d3 Mon Sep 17 00:00:00 2001 From: krille-chan Date: Wed, 22 Apr 2026 17:34:33 +0900 Subject: [PATCH] chore: Follow up summary notification autoCancel false --- lib/utils/push_helper.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/push_helper.dart b/lib/utils/push_helper.dart index 7ca810a8..b2e8c486 100644 --- a/lib/utils/push_helper.dart +++ b/lib/utils/push_helper.dart @@ -333,6 +333,7 @@ Future _tryPushHelper( contentTitle: title, summaryText: title, ), + autoCancel: false, ), ), );