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

This commit is contained in:
TreeHugger Robot
2019-09-19 23:15:18 +00:00
committed by Android (Google) Code Review

View File

@@ -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