From d3d07d3c31258727d1b7a8b7a1b6f29ec4732986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enrique=20Lo=CC=81pez=20Man=CC=83as?= Date: Fri, 13 Dec 2024 11:26:52 +0100 Subject: [PATCH] feat: commented diff in sample --- .../maps/android/utils/demo/ClusteringDiffDemoActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java b/demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java index cc532ffce..626556009 100644 --- a/demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java +++ b/demo/src/main/java/com/google/maps/android/utils/demo/ClusteringDiffDemoActivity.java @@ -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.