mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-04 01:46:49 +00:00
Enable Shell Transitions
Bug: 161711458 Test: existing tests pass Change-Id: I85f9565b331c8353c2222e7c8e8803c4d8fce88f
This commit is contained in:
@@ -50,7 +50,7 @@ import java.util.HashMap;
|
||||
|
||||
public class TaskAnimationManager implements RecentsAnimationCallbacks.RecentsAnimationListener {
|
||||
public static final boolean ENABLE_SHELL_TRANSITIONS =
|
||||
SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);
|
||||
SystemProperties.getBoolean("persist.wm.debug.shell_transit", true);
|
||||
public static final boolean SHELL_TRANSITIONS_ROTATION = ENABLE_SHELL_TRANSITIONS
|
||||
&& SystemProperties.getBoolean("persist.wm.debug.shell_transit_rotate", false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user