mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added swipe to delete local contact
This commit is contained in:
@@ -557,6 +557,8 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
|
||||
@Override
|
||||
public long getItemId(int position) {
|
||||
if (position < 0 || position >= selected.size())
|
||||
return -1L;
|
||||
return selected.get(position).id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user