mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
[Android] Added notification icon
This commit is contained in:
parent
67793b0f13
commit
663789ecab
8 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,6 @@ AudioServiceConfig get audioServiceConfig => const AudioServiceConfig(
|
|||
androidNotificationChannelName: 'Video playback',
|
||||
androidNotificationOngoing: true,
|
||||
androidStopForegroundOnPause: true,
|
||||
// androidNotificationIcon: "mipmap/ic_notification_icon",
|
||||
rewindInterval: Duration(seconds: 10),
|
||||
fastForwardInterval: Duration(seconds: 15),
|
||||
androidNotificationChannelDescription: "Playback",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue