Fix having to click back multiple times
This commit is contained in:
@@ -63,7 +63,8 @@
|
|||||||
|
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_global_authenticationFragment"
|
android:id="@+id/action_global_authenticationFragment"
|
||||||
app:destination="@id/authenticationFragment" />
|
app:destination="@id/authenticationFragment"
|
||||||
|
app:popUpTo="@id/recipesListFragment" />
|
||||||
|
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_global_recipesListFragment"
|
android:id="@+id/action_global_recipesListFragment"
|
||||||
@@ -71,9 +72,11 @@
|
|||||||
|
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_global_addRecipeFragment"
|
android:id="@+id/action_global_addRecipeFragment"
|
||||||
app:destination="@id/addRecipeFragment" />
|
app:destination="@id/addRecipeFragment"
|
||||||
|
app:popUpTo="@id/recipesListFragment" />
|
||||||
|
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_global_baseURLFragment"
|
android:id="@+id/action_global_baseURLFragment"
|
||||||
app:destination="@id/baseURLFragment" />
|
app:destination="@id/baseURLFragment"
|
||||||
|
app:popUpTo="@id/recipesListFragment" />
|
||||||
</navigation>
|
</navigation>
|
||||||
Reference in New Issue
Block a user