chore: Adjust start video call UX
This commit is contained in:
parent
33d608b836
commit
b9098d7411
3 changed files with 25 additions and 47 deletions
|
|
@ -122,7 +122,7 @@ class ChatView extends StatelessWidget {
|
|||
),
|
||||
IconButton(
|
||||
onPressed: controller.onPhoneButtonTap,
|
||||
icon: const Icon(Icons.phone),
|
||||
icon: const Icon(Icons.call_outlined),
|
||||
tooltip: L10n.of(context)!.placeCall,
|
||||
),
|
||||
EncryptionButton(controller.room!),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue