Merge "[Merge conflict tmp-qpr] Adding flag to improve the icons reordering on foldables"

This commit is contained in:
Sebastián Franco
2022-08-29 22:03:29 +00:00
committed by Android (Google) Code Review
@@ -281,6 +281,10 @@ public final class FeatureFlags {
"ENABLE_SECONDARY_DEEP_SHORTCUTS", false,
"Enable deep shortcut pinning within secondary display");
public static final BooleanFlag FOLDABLE_WORKSPACE_REORDER = getDebugFlag(
"FOLDABLE_WORKSPACE_REORDER", false,
"In foldables, when reordering the icons and widgets, is now going to use both sides");
public static void initialize(Context context) {
synchronized (sDebugFlags) {
for (DebugFlag flag : sDebugFlags) {