Merge "Enable the settings_controller_loading_enhancement" into rvc-dev am: 8011ca6185

Change-Id: I8ed68afc8805c10b78aea71e8829f5e5ebc2e45e
This commit is contained in:
TreeHugger Robot
2020-05-05 09:34:19 +00:00
committed by Automerger Merge Worker

View File

@@ -62,7 +62,7 @@ public class FeatureFlagUtils {
DEFAULT_FLAGS.put("settings_wifi_details_datausage_header", "false");
DEFAULT_FLAGS.put("settings_skip_direction_mutable", "true");
DEFAULT_FLAGS.put(SETTINGS_WIFITRACKER2, "true");
DEFAULT_FLAGS.put("settings_controller_loading_enhancement", "false");
DEFAULT_FLAGS.put("settings_controller_loading_enhancement", "true");
DEFAULT_FLAGS.put("settings_conditionals", "false");
// This flags guards a feature introduced in R and will be removed in the next release
// (b/148367230).