mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-11-03 08:13:55 +01:00
null values fixed
This commit is contained in:
parent
42e2de0b51
commit
ad34160105
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ class CoordinateEditHelper @Inject constructor(
|
|||
}
|
||||
|
||||
if (Latitude != null) {
|
||||
buffer.append("\n{{Location|").append(Latitude).append("|").append(Longitude)
|
||||
.append("|").append(Accuracy).append("}}")
|
||||
buffer.append("\n{{Location|$Latitude|$Longitude|$Accuracy}}")
|
||||
|
||||
}
|
||||
|
||||
val editedLocation = buffer.toString()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue