|
|
@@ -329,6 +329,8 @@ extension LNIMChatViewController {
|
|
|
|
|
|
unreadLabel.textColor = .text_6
|
|
|
unreadLabel.font = .body_l
|
|
|
+ unreadLabel.setContentHuggingPriority(.required, for: .horizontal)
|
|
|
+ unreadLabel.setContentCompressionResistancePriority(.required, for: .horizontal)
|
|
|
infoStackView.addArrangedSubview(unreadLabel)
|
|
|
|
|
|
avatar.layer.cornerRadius = 17
|