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

Change-Id: I87cf7b31c47bfc3e9b0a6a0f42d7854c94eace1b
This commit is contained in:
TreeHugger Robot
2020-05-05 10:12:37 +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).