mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Update flags
PiperOrigin-RevId: 808693428
This commit is contained in:
committed by
Copybara-Service
parent
ff1b50f1fe
commit
d6da1706c9
@@ -113,6 +113,9 @@ constexpr auto kEnableFlutterHooks =
|
||||
// When true, enables the mini pulse animation.
|
||||
constexpr auto kEnableMiniPulse =
|
||||
flags::Flag<bool>(kConfigPackage, "45724244", false);
|
||||
// When true, enables responsive UI.
|
||||
constexpr auto kEnableResponsiveUi =
|
||||
flags::Flag<bool>(kConfigPackage, "45727212", false);
|
||||
// When true, enables UI experiments.
|
||||
constexpr auto kEnableUiExperiments =
|
||||
flags::Flag<bool>(kConfigPackage, "45678202", false);
|
||||
@@ -140,6 +143,7 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45661130, kEnableConflictBanner},
|
||||
{45720206, kEnableFlutterHooks},
|
||||
{45724244, kEnableMiniPulse},
|
||||
{45727212, kEnableResponsiveUi},
|
||||
{45678202, kEnableUiExperiments},
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user