[fenix] For https://github.com/mozilla-mobile/fenix/issues/8016 - Prevent duplicate domains from displaying inthe collection description on the home screen

pull/600/head
David Walsh 5 years ago committed by Sawyer Blatz
parent 07e62413b2
commit 221a696949

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

Loading…
Cancel
Save