mirror of
https://github.com/SimpleMobileTools/Simple-Gallery.git
synced 2025-01-10 23:34:48 +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}"
|
||||
|
||||
companion object {
|
||||
private val serialVersionUID = -6543139465975455L
|
||||
private val serialVersionUID = -6553149466975455L
|
||||
var sorting: Int = 0
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user