[Merge conflict tmp-qpr] Adding flag to improve the icons reordering on foldables
Test: compiles Bug: 188081026 Change-Id: Ifa30bbc9ff38f2cc0f9530f3e075b5eb662f63eb
This commit is contained in:
committed by
Sebastián Franco
parent
b5809add48
commit
ffae7d256c
@@ -276,6 +276,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) {
|
||||
|
||||
Reference in New Issue
Block a user