Data object

This commit is contained in:
Syer10
2023-12-01 22:46:54 -05:00
parent 996dca6cee
commit b931d0f71b
10 changed files with 22 additions and 23 deletions

View File

@@ -56,7 +56,7 @@ class UpdateChecker
val release: GithubRelease,
) : Update()
object NoUpdatesFound : Update()
data object NoUpdatesFound : Update()
}
// Thanks to Tachiyomi for inspiration