mirror of https://github.com/M66B/FairEmail.git
Small improvement
This commit is contained in:
parent
b11f948451
commit
fd5eac4cda
|
@ -114,7 +114,7 @@ public class AdapterOperation extends RecyclerView.Adapter<AdapterOperation.View
|
|||
return;
|
||||
|
||||
TupleOperationEx operation = items.get(pos);
|
||||
if (operation == null)
|
||||
if (operation == null || !operation.synchronize)
|
||||
return;
|
||||
|
||||
if (operation.message == null) {
|
||||
|
|
Loading…
Reference in New Issue