Skip to content

Commit

Permalink
fix android notification icon missing for media playback (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank authored Sep 24, 2024
1 parent 84e5fd9 commit bf53ec9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ void main() async {
androidNotificationChannelId: 'com.vaani.bg_demo.channel.audio',
androidNotificationChannelName: 'Audio playback',
androidNotificationOngoing: true,
androidNotificationIcon: 'mipmap/launcher_icon',
);

// run the app
Expand Down

0 comments on commit bf53ec9

Please sign in to comment.