From 0fdd43ab0dbd72da2ab19cf6fffdc0ac94572604 Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 23 Apr 2021 23:53:16 +0000 Subject: [PATCH] Revert "Revert "Default shell_starting_surface to true to match platform behavior."" This reverts commit 250f568cb2aa719ae25feaa1e5b349ac372df9a1. Reason for revert: b/186121207 should be fixed Change-Id: Ia374d9ad251134979999d794331e3b375d183996 --- .../src/com/android/launcher3/QuickstepTransitionManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java index 009ca27603..b72cf394c5 100644 --- a/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java +++ b/quickstep/src/com/android/launcher3/QuickstepTransitionManager.java @@ -110,7 +110,7 @@ public class QuickstepTransitionManager implements OnDeviceProfileChangeListener private static final String TAG = "QuickstepTransition"; private static final boolean ENABLE_SHELL_STARTING_SURFACE = - SystemProperties.getBoolean("persist.debug.shell_starting_surface", false); + SystemProperties.getBoolean("persist.debug.shell_starting_surface", true); /** Duration of status bar animations. */ public static final int STATUS_BAR_TRANSITION_DURATION = 120;