Skip to content

Commit

Permalink
Merge pull request #6980 from Bnyro/master
Browse files Browse the repository at this point in the history
fix: offline audio player hidden behind content fragment
  • Loading branch information
Bnyro authored Jan 17, 2025
2 parents 98ac531 + 6f04ca8 commit 5306834
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_nointernet.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 5306834

Please sign in to comment.