Allow the STORIES feature flag to be hot-swappable.

This commit is contained in:
Alex Hart 2022-09-14 09:21:29 -03:00 committed by Greyson Parrelli
parent a8706f65d5
commit 889d1183b2

View file

@ -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
);
/**