Big code cleaning.

This commit is contained in:
aminecmi committed 2022-08-23 22:16:54 +02:00
1 parent 437aa0abec
commit 67d54f0dd7
2 files changed
+4 -6

No files matched your search

@@ -98,7 +98,7 @@ class SelfossModel {
}
fun sourceAndDateText(dateUtils: DateUtils): String =
this.title.getHtmlDecoded() + dateUtils.parseRelativeDate(this.datetime)
this.sourcetitle.getHtmlDecoded() + dateUtils.parseRelativeDate(this.datetime)
fun toggleStar(): Item {
this.starred = !this.starred