mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-25 17:12:38 +01:00
Fix missing dot at end of code documentation
This commit is contained in:
parent
afd2804ed3
commit
1d6083b2c7
@ -38,7 +38,7 @@ fun MessageLocationContent.toLocationData(): LocationData? {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates location data from a geoUri String
|
* Creates location data from a geoUri String.
|
||||||
* "geo:40.05,29.24;30" -> LocationData(40.05, 29.24, 30)
|
* "geo:40.05,29.24;30" -> LocationData(40.05, 29.24, 30)
|
||||||
* @return location data or null if geo uri is null or not valid
|
* @return location data or null if geo uri is null or not valid
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user