Forget we were on auth screen after it's gone

This commit is contained in:
Kirill Kamakin
2021-11-08 21:18:51 +03:00
parent 407a73d444
commit 3d7048a381

View File

@@ -11,7 +11,9 @@
android:label="AuthenticationFragment" > android:label="AuthenticationFragment" >
<action <action
android:id="@+id/action_authenticationFragment_to_recipesFragment" android:id="@+id/action_authenticationFragment_to_recipesFragment"
app:destination="@id/recipesFragment" /> app:destination="@id/recipesFragment"
app:popUpTo="@id/nav_graph"
app:popUpToInclusive="true" />
</fragment> </fragment>
<fragment <fragment
android:id="@+id/recipesFragment" android:id="@+id/recipesFragment"