From c47e0a24ff8a7f6d6dbaeaffbe1837a080d42848 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 ce65b70db..af5dfdc40 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),