Big code cleaning.
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build is passing

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

View File

@ -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