Skip to content

Commit 9288549

Browse files
author
ELY M
committed
55936-elys
1 parent 4ef4fe3 commit 9288549

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/src/main/java/joshuatee/wx/radar/CanvasDraw.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ internal object CanvasDraw {
140140
canvas.drawBitmap(locationiconresized, coordinates[0].toFloat(), coordinates[1].toFloat(), null)
141141
} else {
142142
canvas.drawCircle(coordinates[0].toFloat(), coordinates[1].toFloat(), 2.0f, paint)
143-
}
144-
143+
}
144+
}
145145
fun mcd(
146146
projectionType: ProjectionType,
147147
bitmap: Bitmap,

0 commit comments

Comments
 (0)