summaryrefslogtreecommitdiff
path: root/src/com/android
diff options
context:
space:
mode:
authorSebastián Franco <fransebas@google.com>2023-07-27 18:25:53 +0000
committerSebastián Franco <fransebas@google.com>2023-07-28 22:16:52 +0000
commit8d606e89d3511a6f65e3a80add97c0fae580fb97 (patch)
treead8c284db9b470381ba3e149b6235b849b260564 /src/com/android
parentc78664766e04089a33c0b8f7af0e45439d7e1241 (diff)
downloadLauncher3-8d606e89d3511a6f65e3a80add97c0fae580fb97.tar.gz
Disable FOLDABLE_SINGLE_PAGE
The functionality should go back to the same as with phones. There shouldn't be issues with the reorder or similar behavior since we are switching form using the MultipageCellLayout to the regular CellLayout. The things we need to pay attention to is the the behavior of having two panels like adding the right number of panels when loading (folding, unfolding and rotating). Bug: 291822492 Change-Id: I903873e32f35c5ee9e0f3da8581a37d4087d021f Test: ReorderWidgets Merged-In: I903873e32f35c5ee9e0f3da8581a37d4087d021f
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher3/config/FeatureFlags.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java
index f5f6769c33..b255ea8a18 100644
--- a/src/com/android/launcher3/config/FeatureFlags.java
+++ b/src/com/android/launcher3/config/FeatureFlags.java
@@ -194,7 +194,7 @@ public final class FeatureFlags {
"In foldables, when reordering the icons and widgets, is now going to use both sides");
public static final BooleanFlag FOLDABLE_SINGLE_PAGE = getDebugFlag(270395274,
- "FOLDABLE_SINGLE_PAGE", ENABLED, "Use a single page for the workspace");
+ "FOLDABLE_SINGLE_PAGE", DISABLED, "Use a single page for the workspace");
// TODO(Block 12): Clean up flags
public static final BooleanFlag ENABLE_MULTI_INSTANCE = getDebugFlag(270396680,