mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Small improvement
This commit is contained in:
parent
650eb4afa2
commit
2e56ed8d1f
1 changed files with 2 additions and 0 deletions
|
@ -146,6 +146,8 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
|
|||
return false;
|
||||
|
||||
final TupleIdentityEx identity = items.get(pos);
|
||||
if (identity.tbd != null)
|
||||
return false;
|
||||
|
||||
PopupMenu popupMenu = new PopupMenu(context, view);
|
||||
|
||||
|
|
Loading…
Reference in a new issue