fix: 竖屏非全屏状态小白条适配
This commit is contained in:
@ -244,7 +244,8 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
}
|
}
|
||||||
Widget childWhenDisabled = SafeArea(
|
Widget childWhenDisabled = SafeArea(
|
||||||
top: MediaQuery.of(context).orientation == Orientation.portrait,
|
top: MediaQuery.of(context).orientation == Orientation.portrait,
|
||||||
bottom: MediaQuery.of(context).orientation == Orientation.portrait,
|
bottom: MediaQuery.of(context).orientation == Orientation.portrait
|
||||||
|
&& plPlayerController!.isFullScreen.value,
|
||||||
left: !plPlayerController!.isFullScreen.value,
|
left: !plPlayerController!.isFullScreen.value,
|
||||||
right: !plPlayerController!.isFullScreen.value,
|
right: !plPlayerController!.isFullScreen.value,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
|
Reference in New Issue
Block a user