mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-18 07:04:01 +08:00
@@ -460,8 +460,8 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
|
||||
maxWidth = size.width;
|
||||
maxHeight = size.height;
|
||||
isWindowMode = MaxScreenSize.isWindowMode(
|
||||
width: maxWidth,
|
||||
height: maxHeight,
|
||||
width: maxWidth * videoDetailController.uiScale,
|
||||
height: maxHeight * videoDetailController.uiScale,
|
||||
);
|
||||
videoDetailController.plPlayerController.screenRatio = maxHeight / maxWidth;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user