Some build issues occured merging release v3.0 are fixed. One paranthesis issue is solved, a method about UploadService is removed, since we don't use it anymore. (#4451)

This commit is contained in:
neslihanturan 2021-06-14 09:25:37 +03:00 committed by GitHub
parent 20f74a90c4
commit 70851fa155
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 31 additions and 15 deletions

View file

@ -61,9 +61,9 @@ class NearbyResultItem(private val item: ResultTuple?,
fun getDescription(): ResultTuple {
return description ?: ResultTuple()
}
fun getEndTime(): ResultTuple {
return endTime ?: ResultTuple()
}
}