From 3af9a1f839b07c573afba5fc70738b398b7ed507 Mon Sep 17 00:00:00 2001 From: JiWoong Sul Date: Fri, 19 Sep 2025 01:06:36 +0900 Subject: [PATCH] fix: ensure notifications use correct channels and dates --- android/app/src/main/AndroidManifest.xml | 15 ++ .../add_subscription_controller.dart | 2 - lib/controllers/detail_screen_controller.dart | 3 - lib/services/notification_service.dart | 211 +++++++++++++++--- 4 files changed, 196 insertions(+), 35 deletions(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 17011b0..de4ed6a 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,7 @@ + @@ -40,6 +41,20 @@ + + + + + + + + + +