Fix inability to press back on recipes after input URL

This commit is contained in:
Kirill Kamakin
2022-04-06 15:48:15 +05:00
parent 015a72e656
commit 680afcc99a

View File

@@ -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>