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

Change-Id: I7b5943bbc58e7e5951af10b9104295df353b5891
This commit is contained in:
TreeHugger Robot
2020-05-05 09:48:11 +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).