fix: fixed for all chats

This commit is contained in:
Deven Joshi
2020-12-30 21:22:03 +05:30
parent 8a390347a7
commit a766e404c5
2 changed files with 81 additions and 47 deletions
+1 -2
View File
@@ -374,8 +374,7 @@ class _ChannelListPageState extends State<ChannelListPage> {
),
channelWidget: ChannelPage(),
onChannelLongPress: (channel) {
if (!channel.isDistinct)
_showChannelDetailsModal(channel);
_showChannelDetailsModal(channel);
},
),
),