1
0
Fork 0

Closes #3332 - Do not alter text of hosts of tabs in collection

master
Emily Kager 2019-07-16 12:34:14 -07:00 committed by Emily Kager
parent 8daaa6378d
commit 68dae52fd1
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ class TabCollectionStorage(
fun TabCollection.description(context: Context): String {
return this.tabs
.map { it.url.urlToTrimmedHost(context).capitalize() }
.map { it.url.urlToTrimmedHost(context) }
.map {
if (it.length > CollectionViewHolder.maxTitleLength) {
it.substring(