Allow the STORIES feature flag to be hot-swappable.
This commit is contained in:
parent
a8706f65d5
commit
889d1183b2
1 changed files with 2 additions and 1 deletions
|
@ -226,7 +226,8 @@ public final class FeatureFlags {
|
|||
CAMERAX_MODEL_BLOCKLIST,
|
||||
RECIPIENT_MERGE_V2,
|
||||
CDS_V2_LOAD_TEST,
|
||||
CDS_V2_COMPAT
|
||||
CDS_V2_COMPAT,
|
||||
STORIES
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue