1
0
Fork 0

Fix home navigation (#10350)

master
Jeff Boek 2020-05-01 10:46:02 -07:00 committed by GitHub
parent 95b29f2f60
commit 5c7e9b98cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -47,5 +47,5 @@ object FeatureFlags {
/**
* Enables new tab tray pref
*/
val tabTray = Config.channel.isDebug
val tabTray = Config.channel.isNightlyOrDebug
}

View File

@ -7,8 +7,9 @@
<action
android:id="@+id/action_global_home"
app:destination="@+id/homeFragment"
app:popUpTo="@id/homeFragment"
app:popUpToInclusive="false" />
app:popUpToInclusive="true" />
<action
android:id="@+id/action_global_browser"