Skip to content

Commit

Permalink
Merge pull request #600 from yusuaois/Canary
Browse files Browse the repository at this point in the history
fix #598(pause before hide player)
  • Loading branch information
Predidit authored Jan 13, 2025
2 parents 69a46ef + af6f6a4 commit 5de676a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/pages/player/player_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,7 @@ class _PlayerItemState extends State<PlayerItem>
videoPageController.isFullscreen =
!videoPageController.isFullscreen;
} else if (!Platform.isMacOS) {
playerController.pause();
windowManager.hide();
}
}
Expand Down

0 comments on commit 5de676a

Please sign in to comment.