Skip to content

Commit

Permalink
remove stop
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 28, 2024
1 parent bb6fee0 commit 54f2f48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/services/audio_handler.dart
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
isPlaying ? MediaControl.pause : MediaControl.play,
MediaControl.fastForward
.copyWith(androidIcon: 'drawable/ic_baseline_forward_10_24'),
MediaControl.stop,
],
systemActions: {
MediaAction.seek,
Expand Down

0 comments on commit 54f2f48

Please sign in to comment.