chore: Hide call button for group chats

onboarding
Krille Fear 4 years ago
parent 0549d31d5c
commit 73b68cf0b4

@ -113,7 +113,8 @@ class ChatView extends StatelessWidget {
]; ];
} else { } else {
return [ return [
if (Matrix.of(context).webrtcIsSupported) if (Matrix.of(context).webrtcIsSupported &&
controller.room!.isDirectChat)
IconButton( IconButton(
onPressed: controller.onPhoneButtonTap, onPressed: controller.onPhoneButtonTap,
icon: const Icon(Icons.call_outlined), icon: const Icon(Icons.call_outlined),

Loading…
Cancel
Save