mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-02 17:06:49 +00:00
Default shell_starting_surface to true to match platform behavior.
Bug: 177264697 Test: manual, cold/warm app launches Change-Id: I0b2f080ddc234f7b9f1432bb8cd80f85c176bc7a
This commit is contained in:
committed by
Jonathan Miranda
parent
ea29adfbe9
commit
6acba27109
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user