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

Commit 8443f91e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable touches on hotseat area" into ub-launcher3-qt-future-dev

parents b806a193 eacaf8ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -105,8 +105,7 @@ public class Hotseat extends CellLayout implements LogContainerProvider, Insetta

    @Override
    public boolean onTouchEvent(MotionEvent event) {
        // Don't let if follow through to workspace
        return true;
        return event.getY() > getCellHeight();
    }

    @Override