Replace fragment tag with FragmentContainerView Causing Runtime Error
You have fragment defined in your main activity layout xml file.
<fragment
android:id="@+id/nav_host_fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="matc...
vtsen.hashnode.dev1 min read