Skip to content

Commit 46ce059

Browse files
fixed performance issue on ios14
1 parent 400eb8f commit 46ce059

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/StreamChatSwiftUI/ChatChannel/MessageList/LinkAttachmentView.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ public struct LinkAttachmentView: View {
102102
.padding(.bottom, 8)
103103
}
104104
.padding(.horizontal, padding)
105-
.frame(maxWidth: width)
106105
.onTapGesture {
107106
if UIApplication.shared.canOpenURL(linkAttachment.originalURL) {
108107
UIApplication.shared.open(linkAttachment.originalURL, options: [:])

0 commit comments

Comments
 (0)