1
0
Fork 0

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

master
ekager 2019-02-28 22:30:36 -08:00 committed by Jeff Boek
parent c4674a9026
commit f1ad83d404
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@
tools:layout="@layout/fragment_browser">
<action
android:id="@+id/action_browserFragment_to_homeFragment"
app:destination="@id/homeFragment"
app:popUpTo="@+id/homeFragment"
app:popUpToInclusive="true" />
app:destination="@id/homeFragment" />
<action
android:id="@+id/action_browserFragment_to_searchFragment"
app:destination="@id/searchFragment" />