Small improvement

This commit is contained in:
M66B 2019-06-27 09:20:29 +02:00
parent b11f948451
commit fd5eac4cda
1 changed files with 1 additions and 1 deletions

View File

@ -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) {