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
@@ -158,7 +158,7 @@ class CallPiPView: UIView {
andFontSize: fontSize)
} else if let room = call?.room {
return AvatarGenerator.generateAvatar(forMatrixItem: room.roomId,
withDisplayName: room.summary.displayname,
withDisplayName: room.summary.displayName,
size: imageView.bounds.width,
andFontSize: fontSize)
}