Merge pull request #6805 from nextcloud/ezaquarii/fix-unresponsive-audio-player-controls-with-linear-layout

Fix unresponsive preview player controls
This commit is contained in:
Tobias Kaminsky 2020-08-27 15:31:12 +02:00 committed by GitHub
commit c149813e2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,13 +68,10 @@
android:layout_margin="@dimen/standard_margin" />
</RelativeLayout>
<ScrollView
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/empty_list" />
</ScrollView>
</FrameLayout>
</RelativeLayout>