DB caching. #33

Merged
AmineB merged 9 commits from feature/sqldelight into master 2022-08-23 20:39:20 +00:00
Showing only changes of commit 7258452625 - Show all commits

View File

@ -9,11 +9,7 @@ class SelfossModel {
val tag: String,
val color: String,
val unread: Int
) {
fun getTitleDecoded(): String {
return tag // TODO Html.fromHtml(tag).toString()
}
}
)
@Serializable
class SuccessResponse(val success: Boolean) {