Skip to content

Commit 7cfce56

Browse files
committed
Don't clip the avatar in the ChatView toolbar
Rooms can have an overlay in the corner of the avatar, which we don't want clipped.
1 parent 34fc423 commit 7cfce56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Monal/Classes/ChatView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,6 @@ struct ChatView: View {
650650
.resizable()
651651
.scaledToFill()
652652
.frame(width: 35, height: 35)
653-
.clipShape(Circle())
654653

655654
VStack(alignment: .leading, spacing: 0) {
656655
Text(contact.contactDisplayName as String)

0 commit comments

Comments
 (0)