Fixed consuming motion events

This commit is contained in:
M66B 2020-05-18 16:24:55 +02:00
parent 09714714d2
commit 351f931d8f
1 changed files with 0 additions and 5 deletions

View File

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