diff --git a/SignalUI/Views/ProfileDetailLabel.swift b/SignalUI/Views/ProfileDetailLabel.swift index 96cc41be34..ea86b44573 100644 --- a/SignalUI/Views/ProfileDetailLabel.swift +++ b/SignalUI/Views/ProfileDetailLabel.swift @@ -52,6 +52,9 @@ public class ProfileDetailLabel: UIStackView { self.layoutMargins = .zero self.isAccessibilityElement = true self.accessibilityLabel = attributedTitle.string + if tapAction != nil { + self.accessibilityTraits = .button + } // Make the icon an attributed string attachment so that it // 1. scales with Dynamic Type.