Commit 3dd76784 authored by Vladislav's avatar Vladislav

fix func arg type

parent 559a3d5f
......@@ -107,7 +107,7 @@ fun List<Int>.nearestResolution(targetResolution:Int ):Int{
fun fromRaw(raw: List<TourPreviewRaw>, parentId:String, url:String, userResolution:Int):List<TourPreviewEntity> =List(raw.size) { index-> fromRaw(raw[index],parentId,url,userResolution) }
fun fromRaw(raw: List<TourPreviewRaw>, parentId:Int, url:String, userResolution:Int):List<TourPreviewEntity> =List(raw.size) { index-> fromRaw(raw[index],parentId,url,userResolution) }
enum class DownloadState(val i:Int):Comparable<DownloadState>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment