From 6e6f8303a88edcfadee22205c8ccdc6886fc9098 Mon Sep 17 00:00:00 2001 From: Chris Narkiewicz Date: Tue, 25 Aug 2020 18:24:53 +0100 Subject: [PATCH] Fix unresponsive preview player controls Media controls view were covered by a ScrollView stealing all touch events. By changing it to FrameLayout, touch events can reach media controls. Content embedded inside ScrollView should not exceed screen boundaries. If so - content must be changed. This fixes immediate problem with unresponsive media controls reported in #6796 and #6782. Signed-off-by: Chris Narkiewicz --- src/main/res/layout/file_preview.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/main/res/layout/file_preview.xml b/src/main/res/layout/file_preview.xml index 483594e868..bfcdb0611f 100644 --- a/src/main/res/layout/file_preview.xml +++ b/src/main/res/layout/file_preview.xml @@ -68,13 +68,10 @@ android:layout_margin="@dimen/standard_margin" /> - - - - - +