Small improvement

pull/157/head
M66B 6 years ago
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…
Cancel
Save