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

Commit 4637260a authored by Alex Chau's avatar Alex Chau
Browse files

Fix Tapl Background.switchToOverview for tablets

- The test failed because of unexpected touch event recoreded
- This is because it does not expect the gesture to start from launcher. But with taskbar present, the touch will be recorded from taskbar

Bug: 191344757
Test: TaplTestsQuickStep
Change-Id: I09b5a3029eef5cdc874bbbe8653976f12136144c
parent a829f96b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ public class Background extends LauncherInstrumentation.VisibleContainer {
    }

    protected boolean zeroButtonToOverviewGestureStartsInLauncher() {
        return false;
        return mLauncher.isTablet();
    }

    protected void goToOverviewUnchecked() {