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

Commit a0ce634e authored by Daniel Akinola's avatar Daniel Akinola Committed by Android (Google) Code Review
Browse files

Merge "Force calculator to launch in fullscreen for quickswitch tests" into main

parents a9cf7932 41fcfc1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ public class TaplTestsKeyboardQuickSwitch extends AbstractQuickStepTest {
    public void setUp() throws Exception {
        Assume.assumeTrue(mLauncher.isTablet());
        super.setUp();
        startAppFast(CALCULATOR_APP_PACKAGE);
        startAppFastInFullscreen(CALCULATOR_APP_PACKAGE);
        startTestActivity(2);
    }