mirror of
https://github.com/Dr-Blank/Vaani.git
synced 2025-12-07 19:49:29 +00:00
fix android notification icon missing for media playback (#25)
This commit is contained in:
parent
84e5fd9d81
commit
bf53ec9299
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue