Fix click on miniPlayerFragment not function

This commit is contained in:
biaji 2022-10-19 15:03:46 +08:00 committed by GitHub
parent 388674b05e
commit f94975c661
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent" />
<androidx.fragment.app.FragmentContainerView
<fragment
android:id="@+id/miniPlayerFragment"
android:name="io.github.muntashirakon.music.fragments.other.MiniPlayerFragment"
android:layout_width="match_parent"
@ -53,4 +53,4 @@
app:itemPaddingBottom="8dp"
app:itemPaddingTop="8dp"
app:menu="@menu/bottom_navigation_main" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>
</androidx.coordinatorlayout.widget.CoordinatorLayout>