Skip to content

Commit

Permalink
feat: commented diff in sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso committed Dec 13, 2024
1 parent ac246f2 commit d3d07d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ private void updateRandom() {
mClusterManager.updateItem(this.itemtoUpdate);

//We could also call the diff() method to add, remove and update at once.
mClusterManager.diff(null, null, new ArrayList<>(Collections.singleton(this.itemtoUpdate)));
// mClusterManager.diff(null, null, new ArrayList<>(Collections.singleton(this.itemtoUpdate)));
mClusterManager.setAnimation(true);

// Cluster needs to be called, to force an update of the cluster.
Expand Down

0 comments on commit d3d07d3

Please sign in to comment.