mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-02-17 12:30:36 +01:00
update the Medium serialVersionUID
This commit is contained in:
parent
c262755401
commit
75adc50906
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user