How to navigate from nested Fragment to parent fragment using Jetpack Navigation?
问题 I have main navigation: SplashFragment -> RegistrationFragment -> RootFragment <fragment android:id="@+id/splashFragment" android:name="com.low6.low6.features.splash.SplashFragment" android:label="Splash" tools:layout="@layout/fragment_splash" > <action android:id="@+id/action_next" app:clearTask="true" app:destination="@id/registrationFragment" /> </fragment> <fragment android:id="@+id/registrationFragment" android:name="com.low6.low6.features.registration.RegistrationFragment" android:label