mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Cycle through local contact states
This commit is contained in:
@@ -179,6 +179,8 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
|
||||
TupleContactEx contact = selected.get(pos);
|
||||
if (contact.state == EntityContact.STATE_DEFAULT)
|
||||
contact.state = EntityContact.STATE_FAVORITE;
|
||||
else if (contact.state == EntityContact.STATE_FAVORITE)
|
||||
contact.state = EntityContact.STATE_IGNORE;
|
||||
else
|
||||
contact.state = EntityContact.STATE_DEFAULT;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user