mirror of
https://github.com/nextcloud/android.git
synced 2024-11-28 18:28:59 +03:00
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:
commit
c149813e2b
1 changed files with 2 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue