From eaccf335c790071764e3a02e85feaed5af0acccc Mon Sep 17 00:00:00 2001 From: orz12 Date: Mon, 26 Feb 2024 08:18:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=B3=E8=BD=AC=E5=9B=9E=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E9=A1=B5=E9=BB=91=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/video/detail/view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/video/detail/view.dart b/lib/pages/video/detail/view.dart index bd2cdcf7..b7b16995 100644 --- a/lib/pages/video/detail/view.dart +++ b/lib/pages/video/detail/view.dart @@ -813,7 +813,7 @@ class _VideoDetailPageState extends State return OrientationBuilder( builder: (BuildContext context, Orientation orientation) { if (!isShowing) { - return const SizedBox(); + return ColoredBox(color: Theme.of(context).colorScheme.background); } if (orientation == Orientation.landscape) { if (!horizontalScreen) {