Merge pull request 'bump' (#182) from bump into master

Reviewed-on: Louvorg/ReaderForSelfoss-multiplatform#182
This commit is contained in:
2025-02-10 19:35:40 +00:00
6 changed files with 14 additions and 14 deletions

View File

@ -118,8 +118,8 @@ class ArticleFragment :
e.sendSilentlyWithAcra()
}
colorOnSurface = getColorFromAttr(R.attr.colorOnSurface)
colorSurface = getColorFromAttr(R.attr.colorSurface)
colorOnSurface = getColorFromAttr(com.google.android.material.R.attr.colorOnSurface)
colorSurface = getColorFromAttr(com.google.android.material.R.attr.colorSurface)
contentText = item.content
contentTitle = item.title.getHtmlDecoded()