Merge "Revert "Revert "Default shell_starting_surface to true to match platform behavior.""" into sc-dev am: 2f8158f259

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/14292741

Change-Id: I8bb43e09aedf12faf57b6f2fc3dcb414371b2235
This commit is contained in:
Winson Chung
2021-04-26 17:04:03 +00:00
committed by Automerger Merge Worker
@@ -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;