mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-11 19:43:11 +02:00
@Google: really nobody expects a double tap to end multi selection
This commit is contained in:
@@ -106,6 +106,11 @@ 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 (!mDetailsLookup.overItemWithSelectionKey(e)) {
|
||||
|
||||
Reference in New Issue
Block a user