Decode the title of sources containing special html characters (#326)

#325
This commit is contained in:
2021-01-07 21:22:01 +01:00
committed by GitHub
parent db124ab9de
commit 6fa8c901fc
7 changed files with 19 additions and 11 deletions
@@ -604,7 +604,7 @@ class HomeActivity : AppCompatActivity(), SearchView.OnQueryTextListener {
} else {
for (tag in maybeSources) {
val item = PrimaryDrawerItem()
.withName(tag.title)
.withName(tag.getTitleDecoded())
.withIdentifier(tag.id.toLong())
.withOnDrawerItemClickListener { _, _, _ ->
allItems = ArrayList()
Internal Server Error - Amine's git
500 Internal Server Error

Gitea Version: 1.28.0+dev-210-gd87d26d735