fix: notification logo not showing (#42)

This commit is contained in:
Dr.Blank 2024-10-01 02:16:08 -04:00 committed by GitHub
parent 3400b725f2
commit 29f4c93554
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 6 additions and 3 deletions

View file

@ -21,10 +21,10 @@ Future<void> configurePlayer() async {
await JustAudioBackground.init(
androidNotificationChannelId: 'com.vaani.bg_demo.channel.audio',
androidNotificationChannelName: 'Audio playback',
androidNotificationOngoing: true,
androidStopForegroundOnPause: true,
androidNotificationOngoing: false,
androidStopForegroundOnPause: false,
androidNotificationChannelDescription: 'Audio playback in the background',
androidNotificationIcon: 'drawable/ic_stat_notification_logo',
androidNotificationIcon: 'drawable/ic_stat_logo',
rewindInterval: appSettings.notificationSettings.rewindInterval,
fastForwardInterval: appSettings.notificationSettings.fastForwardInterval,
androidShowNotificationBadge: false,