mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Attempt to fix multiple selection keeping active
This commit is contained in:
@@ -98,7 +98,7 @@ final class GestureSelectionHelper implements OnItemTouchListener {
|
||||
case MotionEvent.ACTION_MOVE:
|
||||
case MotionEvent.ACTION_UP:
|
||||
case MotionEvent.ACTION_CANCEL:
|
||||
return mStarted;
|
||||
return mStarted && mSelectionMgr.isRangeActive();
|
||||
default:
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user