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', ), ); }