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

nightly-build-test
ekager 5 years ago committed by Jeff Boek
parent c4674a9026
commit f1ad83d404

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

Loading…
Cancel
Save