Fix home navigation (#10350)

fennec/production
Jeff Boek 4 years ago committed by GitHub
parent 95b29f2f60
commit 5c7e9b98cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save