update channel preview

This commit is contained in:
Salvatore Giordano
2020-06-16 16:10:50 +02:00
parent 0a5bb5434a
commit 3c779b6e34
3 changed files with 20 additions and 8 deletions
+1
View File
@@ -42,6 +42,7 @@ class ChannelName extends StatelessWidget {
return Text(
title,
style: textStyle,
overflow: TextOverflow.ellipsis,
);
},
);