chore: Change call icon
This commit is contained in:
@ -648,7 +648,7 @@ class _ChatState extends State<Chat> {
|
|||||||
: <Widget>[
|
: <Widget>[
|
||||||
IconButton(
|
IconButton(
|
||||||
tooltip: L10n.of(context).videoCall,
|
tooltip: L10n.of(context).videoCall,
|
||||||
icon: Icon(Icons.call_outlined),
|
icon: Icon(Icons.video_call_outlined),
|
||||||
onPressed: () => startCallAction(context),
|
onPressed: () => startCallAction(context),
|
||||||
),
|
),
|
||||||
ChatSettingsPopupMenu(room, !room.isDirectChat),
|
ChatSettingsPopupMenu(room, !room.isDirectChat),
|
||||||
|
Reference in New Issue
Block a user