FFs can now be toggled in release builds too (#3101)
- Removed `StaticFeatureFlagProvider`. - Always provide `PreferencesFeatureFlagProvider`. - For the default values of feature flags, use a lambda with a `BuildMeta` parameter so we can customize the return value based on its data.
This commit is contained in:
parent
d846113fdf
commit
e9e7d4d0c4
19 changed files with 118 additions and 118 deletions
1
changelog.d/3073.bugfix
Normal file
1
changelog.d/3073.bugfix
Normal file
|
|
@ -0,0 +1 @@
|
|||
Fix feature flags not being able to be toggle in developer settings in release builds.
|
||||
Loading…
Add table
Add a link
Reference in a new issue