diff --git a/lib/views/chat.dart b/lib/views/chat.dart index ce65b70d..af5dfdc4 100644 --- a/lib/views/chat.dart +++ b/lib/views/chat.dart @@ -648,7 +648,7 @@ class _ChatState extends State { : [ IconButton( tooltip: L10n.of(context).videoCall, - icon: Icon(Icons.call_outlined), + icon: Icon(Icons.video_call_outlined), onPressed: () => startCallAction(context), ), ChatSettingsPopupMenu(room, !room.isDirectChat),