Commit 18f5aff8 authored by Mygod's avatar Mygod

Add missing serialVersionUID

parent 63e6e604
......@@ -48,6 +48,10 @@ object ProfileManager {
var listener: Listener? = null
data class ExpandedProfile(val main: Profile, val udpFallback: Profile?) : Serializable {
companion object {
private const val serialVersionUID = 1L
}
fun toList() = listOfNotNull(main, udpFallback)
}
......
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