1
0
Fork 0

For #9951 - Removed the extra empty spaces that were causing the spacing issue

master
Mihai Eduard Badea 2020-04-15 16:19:07 +03:00 committed by Emily Kager
parent 5a2a779ef5
commit 725ba1e856
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ class AddonDetailsFragment : Fragment(R.layout.fragment_add_on_details) {
private fun bindAuthors(addon: Addon, view: View) {
view.author_text.text = addon.authors.joinToString { author ->
author.name + " \n"
}
author.name
}.trim()
}
private fun bindDetails(addon: Addon, view: View) {