Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Fix home navigation (#10350)
Browse files Browse the repository at this point in the history
  • Loading branch information
boek authored May 1, 2020
1 parent 95b29f2 commit 5c7e9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ object FeatureFlags {
/**
* Enables new tab tray pref
*/
val tabTray = Config.channel.isDebug
val tabTray = Config.channel.isNightlyOrDebug
}
3 changes: 2 additions & 1 deletion app/src/main/res/navigation/nav_graph.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5c7e9b9

Please sign in to comment.