mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Fix missing dot at end of code documentation
This commit is contained in:
parent
afd2804ed3
commit
1d6083b2c7
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
* @return location data or null if geo uri is null or not valid
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue