mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Remove flag
PiperOrigin-RevId: 829543714
This commit is contained in:
committed by
Copybara-Service
parent
8792c2d027
commit
74f3e1e638
@@ -116,9 +116,6 @@ constexpr auto kEnableMiniPulse =
|
||||
// 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", true);
|
||||
|
||||
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
return {
|
||||
@@ -144,7 +141,6 @@ inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
{45720206, kEnableFlutterHooks},
|
||||
{45724244, kEnableMiniPulse},
|
||||
{45727212, kEnableResponsiveUi},
|
||||
{45678202, kEnableUiExperiments},
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user