mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
Revert "Closes #517 - Pressing back after clicking tabs should reopen browsing"
This reverts commit f1ad83d404
.
This commit is contained in:
parent
e1ebd2d0b3
commit
9255962219
@ -46,7 +46,9 @@
|
||||
tools:layout="@layout/fragment_browser">
|
||||
<action
|
||||
android:id="@+id/action_browserFragment_to_homeFragment"
|
||||
app:destination="@id/homeFragment" />
|
||||
app:destination="@id/homeFragment"
|
||||
app:popUpTo="@+id/homeFragment"
|
||||
app:popUpToInclusive="true" />
|
||||
<action
|
||||
android:id="@+id/action_browserFragment_to_searchFragment"
|
||||
app:destination="@id/searchFragment" />
|
||||
|
Loading…
Reference in New Issue
Block a user