Loading app/src/main/java/org/mozilla/fenix/FeatureFlags.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ object FeatureFlags { /** /** * Enables the Nimbus experiments library. * Enables the Nimbus experiments library. */ */ const val nimbusExperiments = true const val nimbusExperiments = false /** /** * Enables the Addresses autofill feature. * Enables the Addresses autofill feature. Loading Loading
app/src/main/java/org/mozilla/fenix/FeatureFlags.kt +1 −1 Original line number Original line Diff line number Diff line Loading @@ -17,7 +17,7 @@ object FeatureFlags { /** /** * Enables the Nimbus experiments library. * Enables the Nimbus experiments library. */ */ const val nimbusExperiments = true const val nimbusExperiments = false /** /** * Enables the Addresses autofill feature. * Enables the Addresses autofill feature. Loading