Fixed consuming motion events

pull/178/head
M66B 4 years ago
parent 09714714d2
commit 351f931d8f

@ -111,11 +111,6 @@ final class TouchInputHandler<K> extends MotionInputHandler<K> {
: mOnItemActivatedListener.onItemActivated(item, e);
}
@Override
public boolean onDoubleTapEvent(MotionEvent e) {
return mSelectionTracker.hasSelection();
}
@Override
public void onLongPress(@NonNull MotionEvent e) {
if (DEBUG) {

Loading…
Cancel
Save