mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Ignore clicks when selected
This commit is contained in:
@@ -2068,6 +2068,9 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
if (message == null)
|
||||
return;
|
||||
|
||||
if (selectionTracker != null && selectionTracker.isSelected(message.id))
|
||||
return;
|
||||
|
||||
if (view.getId() == R.id.ibAvatar)
|
||||
onViewContact(message);
|
||||
else if (view.getId() == R.id.ibAuth)
|
||||
|
||||
Reference in New Issue
Block a user