refactor completed

This commit is contained in:
Mauro Romito
2023-03-06 14:59:03 +01:00
parent eb55e1553c
commit 09daa04dd4
49 changed files with 72 additions and 72 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ CallAudioRouteMenuViewDelegate>
else if (self.mxCall.room)
{
return [AvatarGenerator generateAvatarForMatrixItem:self.mxCall.room.roomId
withDisplayName:self.mxCall.room.summary.displayname
withDisplayName:self.mxCall.room.summary.displayName
size:self.callerImageViewWidthConstraint.constant
andFontSize:fontSize];
}