mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Finalize flag
PiperOrigin-RevId: 829508348
This commit is contained in:
committed by
Copybara-Service
parent
2563ce876e
commit
8792c2d027
@@ -118,7 +118,7 @@ constexpr auto kEnableResponsiveUi =
|
||||
flags::Flag<bool>(kConfigPackage, "45727212", false);
|
||||
// When true, enables UI experiments.
|
||||
constexpr auto kEnableUiExperiments =
|
||||
flags::Flag<bool>(kConfigPackage, "45678202", false);
|
||||
flags::Flag<bool>(kConfigPackage, "45678202", true);
|
||||
|
||||
inline absl::btree_map<int, const flags::Flag<bool>&> GetBoolFlags() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user