mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
Fix 5727 - History to browser navigation should go back to history
This commit is contained in:
parent
89cc5657ce
commit
82c698c818
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user