mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 20:34:49 +01:00
Small improvement
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user