fix group info

This commit is contained in:
Salvatore Giordano
2021-03-05 12:39:02 +01:00
parent 40572a36d9
commit 6dd88c3ace
3 changed files with 79 additions and 63 deletions
+1
View File
@@ -719,6 +719,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
),
channelWidget: ChannelPage(),
onViewInfoTap: (channel) {
Navigator.pop(context);
if (channel.memberCount == 2 && channel.isDistinct) {
Navigator.push(
context,