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) {