Merge "Revert "Default shell_starting_surface to true to match platform behavior."" into sc-dev

This commit is contained in:
Vadim Tryshev
2021-04-20 01:16:36 +00:00
committed by Android (Google) Code Review
@@ -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", true);
SystemProperties.getBoolean("persist.debug.shell_starting_surface", false);
/** Duration of status bar animations. */
public static final int STATUS_BAR_TRANSITION_DURATION = 120;