This commit is contained in:
2025-06-22 17:24:43 +02:00
parent 7a1f76ee85
commit e30635304b
7 changed files with 40 additions and 47 deletions

View File

@ -329,7 +329,9 @@ class _MediaDetailScreenState extends State<MediaDetailScreen> {
),
),
if (isReady)
SliverToBoxAdapter(
SliverFillRemaining(
hasScrollBody: false,
fillOverscroll: true,
child: GestureDetector(
onTap: () => settingsController.hideVideoControls(),
behavior: HitTestBehavior.translucent,