diff --git a/MastodonSDK/Sources/MastodonUI/View/Content/CondensedUserView.swift b/MastodonSDK/Sources/MastodonUI/View/Content/CondensedUserView.swift index c549ad5a54..ed8038d143 100644 --- a/MastodonSDK/Sources/MastodonUI/View/Content/CondensedUserView.swift +++ b/MastodonSDK/Sources/MastodonUI/View/Content/CondensedUserView.swift @@ -39,6 +39,8 @@ public class CondensedUserView: UIView { displayNameLabel = MetaLabel(style: .statusName) displayNameLabel.setContentCompressionResistancePriority(.required, for: .horizontal) + displayNameLabel.translatesAutoresizingMaskIntoConstraints = false + displayNameLabel.isUserInteractionEnabled = false displayNameLabel.setContentHuggingPriority(.required, for: .horizontal) acctLabel = UILabel()