From 600672c91d3c11c51a13412d8dba225b3c7e293b Mon Sep 17 00:00:00 2001 From: Tsung-Mao Fang Date: Thu, 9 Sep 2021 08:30:28 +0000 Subject: [PATCH] Revert "Extends the criteria width of split mode" This reverts commit c829a97f13ca004fe8bbc263cff05543f474238e. Reason for revert: Bug: 15786013 Change-Id: I58024f143f8c59f8b0cf50d5cd284f84600e36e6 --- .../settings/activityembedding/ActivityEmbeddingUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/settings/activityembedding/ActivityEmbeddingUtils.java b/src/com/android/settings/activityembedding/ActivityEmbeddingUtils.java index fd6618716e0..96c37773fc1 100644 --- a/src/com/android/settings/activityembedding/ActivityEmbeddingUtils.java +++ b/src/com/android/settings/activityembedding/ActivityEmbeddingUtils.java @@ -28,7 +28,7 @@ import androidx.window.embedding.SplitController; public class ActivityEmbeddingUtils { public static final float SPLIT_RATIO = 0.5f; // The smallest value of current width of the window when the split should be used. - private static final float MIN_CURRENT_SCREEN_SPLIT_WIDTH_DP = 720f; + private static final float MIN_CURRENT_SCREEN_SPLIT_WIDTH_DP = 600f; // The smallest value of the smallest-width (sw) of the window in any rotation when // the split should be used. private static final float MIN_SMALLEST_SCREEN_SPLIT_WIDTH_DP = 600f;