Skip to content

Commit

Permalink
remove onPlayerStatusChanged toast
Browse files Browse the repository at this point in the history
  • Loading branch information
orz12 committed Jul 29, 2024
1 parent 3238ccd commit 83cedcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugin/pl_player/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,7 @@ class PlPlayerController {
// }),
// 媒体通知监听
onPlayerStatusChanged.listen((PlayerStatus event) {
SmartDialog.showToast(event.toString());
// SmartDialog.showToast(event.toString());
videoPlayerServiceHandler.onStatusChange();
}),
onPositionChanged.listen((Duration event) {
Expand Down

0 comments on commit 83cedcc

Please sign in to comment.