mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 跳转回播放页黑屏
This commit is contained in:
@@ -813,7 +813,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
|
|||||||
return OrientationBuilder(
|
return OrientationBuilder(
|
||||||
builder: (BuildContext context, Orientation orientation) {
|
builder: (BuildContext context, Orientation orientation) {
|
||||||
if (!isShowing) {
|
if (!isShowing) {
|
||||||
return const SizedBox();
|
return ColoredBox(color: Theme.of(context).colorScheme.background);
|
||||||
}
|
}
|
||||||
if (orientation == Orientation.landscape) {
|
if (orientation == Orientation.landscape) {
|
||||||
if (!horizontalScreen) {
|
if (!horizontalScreen) {
|
||||||
|
|||||||
Reference in New Issue
Block a user