Skip to content

Commit e61fe0f

Browse files
authored
Merge branch 'main' into map_design
2 parents 5075d88 + 1a24b56 commit e61fe0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • mapconductor-core/src/main/java/com/mapconductor/core/map

mapconductor-core/src/main/java/com/mapconductor/core/map/MapViewBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fun <
185185
}
186186
}
187187

188-
if (controller != null && bubbles.isNotEmpty()) {
188+
if (controller != null && cameraPosition != null && bubbles.isNotEmpty()) {
189189
Box(
190190
modifier =
191191
Modifier

0 commit comments

Comments
 (0)