mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-06-05 21:59:19 +02:00
update the Medium serialVersionUID
This commit is contained in:
@@ -33,7 +33,7 @@ class Medium(val name: String, var path: String, val isVideo: Boolean, val times
|
|||||||
override fun toString() = "Medium {name=$name, path=$path, isVideo=$isVideo, timestamp=$timestamp, size=$size}"
|
override fun toString() = "Medium {name=$name, path=$path, isVideo=$isVideo, timestamp=$timestamp, size=$size}"
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
private val serialVersionUID = -6543139465975455L
|
private val serialVersionUID = -6553149466975455L
|
||||||
var sorting: Int = 0
|
var sorting: Int = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user