Fix inability to press back on recipes after input URL
This commit is contained in:
@@ -73,6 +73,8 @@
|
|||||||
tools:layout="@layout/fragment_base_url">
|
tools:layout="@layout/fragment_base_url">
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_baseURLFragment_to_recipesFragment"
|
android:id="@+id/action_baseURLFragment_to_recipesFragment"
|
||||||
app:destination="@id/recipesFragment" />
|
app:destination="@id/recipesFragment"
|
||||||
|
app:popUpTo="@id/nav_graph"
|
||||||
|
app:popUpToInclusive="true" />
|
||||||
</fragment>
|
</fragment>
|
||||||
</navigation>
|
</navigation>
|
||||||
Reference in New Issue
Block a user