1
0
Fork 0

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

This reverts commit f1ad83d404.
master
Emily Kager 2019-03-14 14:58:49 -07:00 committed by Jeff Boek
parent e1ebd2d0b3
commit 9255962219
1 changed files with 3 additions and 1 deletions

View File

@ -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" />