Merge pull request #6980 from Bnyro/master

fix: offline audio player hidden behind content fragment
This commit is contained in:
Bnyro 2025-01-17 18:28:37 +01:00 committed by GitHub
commit 5306834560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:elevation="20dp"/>
</FrameLayout>