Use VideoCallSolid and also delete local ic_video_call.xml icon.

This commit is contained in:
Benoit Marty 2023-12-19 18:13:43 +01:00 committed by Benoit Marty
parent f65ef7daf9
commit c18959f0a0
5 changed files with 8 additions and 32 deletions

View file

@ -176,7 +176,7 @@ private fun RowScope.LastMessageAndIndicatorRow(room: RoomListRoomSummary) {
if (room.hasOngoingCall) {
Icon(
modifier = Modifier.size(16.dp),
imageVector = CompoundIcons.VideoCall,
imageVector = CompoundIcons.VideoCallSolid,
contentDescription = null,
tint = ElementTheme.colors.unreadIndicator,
)