Skip to content

Commit a7e113a

Browse files
committed
fix(android): clearHeatmaps
1 parent 06528dd commit a7e113a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/rngooglemapsplus/GoogleMapsViewImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ class GoogleMapsViewImpl(
919919
onUi {
920920
heatmapsById.values.forEach { it.remove() }
921921
}
922-
circlesById.clear()
922+
heatmapsById.clear()
923923
pendingHeatmaps.clear()
924924
}
925925

0 commit comments

Comments
 (0)