Merge pull request #38 from kirmanak/back-after-url
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">
|
||||
<action
|
||||
android:id="@+id/action_baseURLFragment_to_recipesFragment"
|
||||
app:destination="@id/recipesFragment" />
|
||||
app:destination="@id/recipesFragment"
|
||||
app:popUpTo="@id/nav_graph"
|
||||
app:popUpToInclusive="true" />
|
||||
</fragment>
|
||||
</navigation>
|
||||
Reference in New Issue
Block a user