fix group info

This commit is contained in:
Salvatore Giordano
2021-03-09 19:02:53 +01:00
parent a0f15c10b4
commit 0418e6db29
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,