Skip to content

Commit

Permalink
feat: use new notification icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jei committed May 10, 2020
1 parent 99f4e00 commit 4e4ba80
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lib/services/audio.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class AudioClient {
backgroundTaskEntrypoint: audioPlayerTaskEntryPoint,
androidNotificationChannelName: 'Tormented Player',
notificationColor: 0xFF212121,
androidNotificationIcon: 'drawable/ic_notification_radio',
androidNotificationIcon: 'drawable/ic_notification_eye',
enableQueue: false,
androidStopForegroundOnPause: true,
);
Expand Down

0 comments on commit 4e4ba80

Please sign in to comment.