<androidx.fragment.app.FragmentContainerView> vs <fragment> as a view for a NavHost
问题 When using androidx.fragment.app.FragmentContainerView as a navHost instead of a regular fragment app is not able to navigate to a destination after orientation change. I get a following error: java.lang.IllegalStateException: no current navigation node Is there a gotcha that I should know about to use it properly or is my way of using nav components is incorrect? Simple activity xml with a view: ... <androidx.fragment.app.FragmentContainerView android:id="@+id/nav_host_fragment" android:name