remove add member for distinct channels

This commit is contained in:
Salvatore Giordano
2021-01-12 15:24:53 +01:00
parent a6be5766dc
commit 74e9ec648c
+1
View File
@@ -137,6 +137,7 @@ class _GroupInfoScreenState extends State<GroupInfoScreen> {
), ),
centerTitle: true, centerTitle: true,
actions: [ actions: [
if (!channel.channel.isDistinct)
StreamNeumorphicButton( StreamNeumorphicButton(
child: InkWell( child: InkWell(
onTap: () { onTap: () {