chore: Hide call button for group chats

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

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

Loading…
Cancel
Save