Update flags

PiperOrigin-RevId: 803124024
This commit is contained in:
Nick Bourdakos
2025-09-04 12:12:37 -07:00
committed by Copybara-Service
parent ec4cc9338c
commit 2b209579f3
@@ -113,6 +113,9 @@ constexpr auto kEnableUiExperiments =
// When true, enables use of Flutter hooks.
constexpr auto kEnableFlutterHooks =
flags::Flag<bool>(kConfigPackage, "45720206", false);
// When true, enables the mini pulse animation.
constexpr auto kEnableMiniPulse =
flags::Flag<bool>(kConfigPackage, "45724244", false);
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
return {
@@ -137,6 +140,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
{45661130, kEnableConflictBanner},
{45678202, kEnableUiExperiments},
{45720206, kEnableFlutterHooks},
{45724244, kEnableMiniPulse},
};
}