Commit 1310804
authored
fix: avoid Polygon crash on empty list of points (#667)
Fixes #666
Co-authored-by: Uli Bubenheimer <[email protected]>1 parent 17af9d1 commit 1310804
File tree
2 files changed
+4
-4
lines changed- app/src/main/java/com/google/maps/android/compose/markerexamples/draggablemarkerscollectionwithpolygon
- maps-compose/src/main/java/com/google/maps/android/compose
2 files changed
+4
-4
lines changedLines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
187 | 187 | | |
188 | 188 | | |
189 | 189 | | |
190 | | - | |
191 | | - | |
| 190 | + | |
192 | 191 | | |
193 | | - | |
194 | | - | |
| 192 | + | |
195 | 193 | | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
| 72 | + | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
| |||
0 commit comments