Skip to content

Commit ac65430

Browse files
committed
Merge branch 'map_design' of https://github.com/MapConductor/android-sdk into map_design
2 parents cf9e701 + e61fe0f commit ac65430

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)