1
0
Fork 0

Fix 5727 - History to browser navigation should go back to history

master
David Walsh 2020-01-15 13:26:12 -06:00 committed by Jeff Boek
parent 89cc5657ce
commit 82c698c818
1 changed files with 5 additions and 2 deletions

View File

@ -246,7 +246,9 @@
tools:layout="@layout/fragment_history">
<action
android:id="@+id/action_historyFragment_to_browserFragment"
app:destination="@id/browserFragment" />
app:destination="@id/browserFragment"
app:popUpToInclusive="true"
/>
<action
android:id="@+id/action_historyFragment_to_homeFragment"
app:destination="@id/homeFragment" />
@ -264,7 +266,8 @@
app:argType="string" />
<action
android:id="@+id/action_bookmarkFragment_to_browserFragment"
app:destination="@id/browserFragment" />
app:destination="@id/browserFragment"
app:popUpToInclusive="true"/>
<action
android:id="@+id/action_bookmarkFragment_self"
app:destination="@id/bookmarkFragment" />