Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13a86c43 authored by Evan Rosky's avatar Evan Rosky
Browse files

Make shell-transit flag public

So it can be accessed by tests in other packages

Bug: 238328090
Test: N/A just increasing visibility
Change-Id: I5c270e1bdd315010c169d4cfcd82e3cce6d12442
parent 026ddc44
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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() {