Revert "Closes #517 - Pressing back after clicking tabs should reopen browsing"

This reverts commit f1ad83d404.
nightly-build-test
Emily Kager 5 years ago committed by Jeff Boek
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…
Cancel
Save