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

Commit d14f4c51 authored by Evan Rosky's avatar Evan Rosky Committed by Android (Google) Code Review
Browse files

Merge "Make shell-transit flag public" into tm-qpr-dev

parents 592d80dc 13a86c43
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() {