Skip to content

Commit 76ad2c2

Browse files
baquerchashmeetsingh
authored andcommitted
Fix Image Cell Thumbs Overlap Issue (#556)
1 parent d4455b0 commit 76ad2c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Susi/Custom Views/Message Cells/ImageCell.swift

+2
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ class ImageCell: ChatMessageCell {
171171
thumbUpIcon.removeFromSuperview()
172172
thumbDownIcon.removeFromSuperview()
173173
timeLabel.rightAnchor.constraint(equalTo: textBubbleView.rightAnchor, constant: -16).isActive = true
174+
thumbDownIcon.isHidden = true
175+
thumbUpIcon.isHidden = true
174176
}
175177

176178
}

0 commit comments

Comments
 (0)