mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 01:16:49 +00:00
Merge "Make shell-transit flag public" into tm-qpr-dev
This commit is contained in:
@@ -35,7 +35,7 @@ import org.junit.rules.TestRule;
|
||||
* Base class for all instrumentation tests that deal with Quickstep.
|
||||
*/
|
||||
public abstract class AbstractQuickStepTest extends AbstractLauncherUiTest {
|
||||
static final boolean ENABLE_SHELL_TRANSITIONS =
|
||||
public static final boolean ENABLE_SHELL_TRANSITIONS =
|
||||
SystemProperties.getBoolean("persist.wm.debug.shell_transit", false);
|
||||
@Override
|
||||
protected TestRule getRulesInsideActivityMonitor() {
|
||||
|
||||
Reference in New Issue
Block a user