From 7403ac784bb9a4e312d4993e3e74ee4cdaaa1a76 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 20 Feb 2021 10:08:19 +0100 Subject: [PATCH] chore: Change call icon --- lib/views/chat.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),