[MessageWidget] Show thread participants in case of thread.

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-01-05 18:10:16 +05:30
parent 82c73ac624
commit 28e01a89d4
4 changed files with 78 additions and 75 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ extension StringExtension on String {
}
/// List extension
extension ListX<T> on List<T> {
extension IterableX<T> on Iterable<T> {
/// Insert any item<T> inBetween the list items
List<T> insertBetween(T item) => expand((e) sync* {
yield item;