commit d2f1901743bfbb1c45f3acbdb010f7d232c1da99
parent 4b4988f16dea43562867d2eeb955a2c4ed09874b
Author: Mugurell <Mugurell@users.noreply.github.com>
Date: Wed, 29 Oct 2025 16:43:05 +0000
Bug 1997076 - Don't enable the composable toolbar by default on beta+ r=android-reviewers,skhan
Differential Revision: https://phabricator.services.mozilla.com/D270482
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/mobile/android/fenix/app/nimbus.fml.yaml b/mobile/android/fenix/app/nimbus.fml.yaml
@@ -469,7 +469,14 @@ features:
description: >
When the feature is enabled the user will see a new composable toolbar instead the previous View based one.
type: Boolean
- default: true
+ default: false
+ defaults:
+ - channel: nightly
+ value:
+ enabled: true
+ - channel: developer
+ value:
+ enabled: true
remote-tab-management:
description: >