home: fix broken sheet

This commit is contained in:
Alexander Capehart 2024-07-22 19:11:32 -06:00
parent b020285e9f
commit 9b272bbdfe
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -77,11 +77,6 @@
android:focusable="true"
app:layout_behavior="org.oxycblt.auxio.playback.PlaybackBottomSheetBehavior">
<FrameLayout
android:id="@+id/playback_panels"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.fragment.app.FragmentContainerView
android:id="@+id/playback_bar_fragment"
android:name="org.oxycblt.auxio.playback.PlaybackBarFragment"
@ -130,8 +125,6 @@
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>
<View
android:id="@+id/sheet_scrim"