Revert "Enable SplitSelect flag by default"
This reverts commit 3f47826339.
Reason for revert: b/189245318
Bug: 189245318
Change-Id: I5e6704711cc7577102123ffc67c97a5644e7e86b
This commit is contained in:
@@ -225,7 +225,7 @@ public final class FeatureFlags {
|
||||
"Uses two panel on home screen. Only applicable on large screen devices.");
|
||||
|
||||
public static final BooleanFlag ENABLE_SPLIT_SELECT = getDebugFlag(
|
||||
"ENABLE_SPLIT_SELECT", true, "Uses new split screen selection overview UI");
|
||||
"ENABLE_SPLIT_SELECT", false, "Uses new split screen selection overview UI");
|
||||
|
||||
public static final BooleanFlag ENABLE_ENFORCED_ROUNDED_CORNERS = new DeviceFlag(
|
||||
"ENABLE_ENFORCED_ROUNDED_CORNERS", true, "Enforce rounded corners on all App Widgets");
|
||||
|
||||
Reference in New Issue
Block a user