For #8016 - Prevent duplicate domains from displaying inthe collection description on the home screen

fennec/nightly
David Walsh 4 years ago committed by Sawyer Blatz
parent 453231b5fd
commit f51069cd82

@ -104,5 +104,7 @@ fun TabCollection.description(context: Context): String {
} else {
it
}
}.joinToString(", ")
}
.distinct()
.joinToString(", ")
}

Loading…
Cancel
Save