Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/anandwana001/2649/offline-area-a…
Browse files Browse the repository at this point in the history
…rgument-handle' into anandwana001/2649/offline-area-argument-handle
  • Loading branch information
anandwana001 committed Dec 17, 2024
2 parents dba4b2d + 290f05c commit b83abc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data class DropPinTaskData(val location: Point) : GeometryTaskData(location) {
// TODO(#752): Move to strings.xml for i18n
val df = DecimalFormat("#.##")
df.roundingMode = RoundingMode.DOWN
return location.coordinates.toDmsFormat() ?: ""
return location.coordinates.toDmsFormat()
}

override fun isEmpty(): Boolean = false
Expand Down

0 comments on commit b83abc4

Please sign in to comment.