Skip to content

Commit

Permalink
Fixes SerialVersionUIDInSerializableClass issue caught with detekt/de…
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis committed Jul 18, 2023
1 parent 2ccba23 commit b34cd8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class WPMainActivityViewModel @Inject constructor(
val isVisible: Boolean
) : Serializable {
companion object {
const val serialVersionUID = 1L
private const val serialVersionUID: Long = 1L
}
}
}

0 comments on commit b34cd8e

Please sign in to comment.