mod: remove androidNotificationIcon tmply

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-25 21:41:55 +08:00
parent 74e8b66546
commit a57ea2adb6

View File

@@ -16,7 +16,7 @@ Future<VideoPlayerServiceHandler> initAudioService() async {
fastForwardInterval: Duration(seconds: 10),
rewindInterval: Duration(seconds: 10),
androidNotificationChannelDescription: 'Media notification channel',
androidNotificationIcon: 'drawable/ic_notification_icon',
// androidNotificationIcon: 'drawable/ic_notification_icon',
),
);
}