Skip to content

Commit ac6980b

Browse files
authored
Merge branch 'main' into chore/export-activities
2 parents c1b2d6a + 573e0e2 commit ac6980b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • maps-compose/src/main/java/com/google/maps/android/compose

maps-compose/src/main/java/com/google/maps/android/compose/TileOverlay.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ public fun TileOverlay(
108108
visible(visible)
109109
zIndex(zIndex)
110110
} ?: error("Error adding tile overlay")
111+
this.tileOverlayState.tileOverlay = this.tileOverlay
111112
}
112113
update(fadeIn) { this.tileOverlay.fadeIn = it }
113114
update(transparency) { this.tileOverlay.transparency = it }

0 commit comments

Comments
 (0)