update tilecontainer
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
90ec2fa8f2
commit
324601d490
@ -115,11 +115,11 @@ open class TileContainerBase<PaddingType: DefaultValuing>: Control where Padding
|
|||||||
didSet {
|
didSet {
|
||||||
if onClickSubscriber != nil {
|
if onClickSubscriber != nil {
|
||||||
isAccessibilityElement = true
|
isAccessibilityElement = true
|
||||||
accessibilityTraits = .button
|
accessibilityTraits = .link
|
||||||
accessibilityHint = "Double tap to open."
|
accessibilityHint = "Double tap to open."
|
||||||
} else {
|
} else {
|
||||||
isAccessibilityElement = false
|
isAccessibilityElement = false
|
||||||
accessibilityTraits.remove(.button)
|
accessibilityTraits.remove(.link)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user