From a57ea2adb6ff9c59e45ad3f673ac31ae5be449d2 Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Sat, 25 Jan 2025 21:41:55 +0800 Subject: [PATCH] mod: remove androidNotificationIcon tmply Signed-off-by: bggRGjQaUbCoE --- lib/services/audio_handler.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/services/audio_handler.dart b/lib/services/audio_handler.dart index 77231fb92..b9e81a8f7 100644 --- a/lib/services/audio_handler.dart +++ b/lib/services/audio_handler.dart @@ -16,7 +16,7 @@ Future initAudioService() async { fastForwardInterval: Duration(seconds: 10), rewindInterval: Duration(seconds: 10), androidNotificationChannelDescription: 'Media notification channel', - androidNotificationIcon: 'drawable/ic_notification_icon', + // androidNotificationIcon: 'drawable/ic_notification_icon', ), ); }