change: Move video call button to menu

This commit is contained in:
Krille Fear 2021-11-19 10:33:26 +01:00
commit 42fa6164e4
3 changed files with 15 additions and 6 deletions

View file

@ -96,12 +96,6 @@ class ChatView extends StatelessWidget {
),
]
: [
if (controller.room.canSendDefaultStates)
IconButton(
tooltip: L10n.of(context).videoCall,
icon: const Icon(Icons.video_call_outlined),
onPressed: controller.startCallAction,
),
ChatSettingsPopupMenu(controller.room, !controller.room.isDirectChat),
];