Forget we were on auth screen after it's gone
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user