mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Fixed consuming motion events
This commit is contained in:
parent
09714714d2
commit
351f931d8f
1 changed files with 0 additions and 5 deletions
|
@ -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…
Reference in a new issue