Replace fragment tag with FragmentContainerView

This commit is contained in:
TacoTheDank 2020-05-29 14:12:37 -04:00
parent d110b1818b
commit ecb551c971
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@
android:focusableInTouchMode="true"
android:padding="16dp">
<fragment
<androidx.fragment.app.FragmentContainerView
android:id="@+id/quickFeedDiscovery"
android:name="de.danoeh.antennapod.fragment.QuickFeedDiscoveryFragment"
android:layout_width="match_parent"