null values fixed

This commit is contained in:
sonalyadav 2024-12-19 18:59:21 +05:30 committed by Sonal Yadav
parent 42e2de0b51
commit ad34160105

View file

@ -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()