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:
@@ -36,7 +36,7 @@ import org.junit.rules.TestRule;
|
||||
*/
|
||||
public abstract class AbstractQuickStepTest extends AbstractLauncherUiTest {
|
||||
public static final boolean ENABLE_SHELL_TRANSITIONS =
|
||||
SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);
|
||||
SystemProperties.getBoolean("persist.wm.debug.shell_transit", true);
|
||||
@Override
|
||||
protected TestRule getRulesInsideActivityMonitor() {
|
||||
return RuleChain.
|
||||
|
||||
Reference in New Issue
Block a user