Skip to content

Commit 573e0e2

Browse files
cdelaboudkhawk
andauthored
fix: tileOverlay in tileOverlayState on TileOverlayNode update (#755)
Co-authored-by: Dale Hawkins <[email protected]>
1 parent 439fbf8 commit 573e0e2

File tree

1 file changed

+1
-0
lines changed
  • maps-compose/src/main/java/com/google/maps/android/compose

1 file changed

+1
-0
lines changed

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)