Skip to content

Commit d3d07d3

Browse files
committed
feat: commented diff in sample
1 parent ac246f2 commit d3d07d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ private void updateRandom() {
268268
mClusterManager.updateItem(this.itemtoUpdate);
269269

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

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

0 commit comments

Comments
 (0)