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

Commit eacaf8ae authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Enable touches on hotseat area

Test: Manual
Bug:130294785
Change-Id: Ib3ace6633aae1ad2acc71520afd7bfdc96ffb285
parent cdcfd98c
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