[fenix] For https://github.com/mozilla-mobile/fenix/issues/9951 - Removed the extra empty spaces that were causing the spacing issue

pull/600/head
Mihai Eduard Badea 5 years ago committed by Emily Kager
parent 4010e9b64e
commit 590a65a894

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

Loading…
Cancel
Save