CXTDT-546824 - Notification - Accessibility - Redundant text is provided for the notification icon.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
da4b37b391
commit
9982eddce9
@ -104,6 +104,7 @@ open class Notification: View {
|
|||||||
open var typeIcon = Icon().with {
|
open var typeIcon = Icon().with {
|
||||||
$0.name = .infoBold
|
$0.name = .infoBold
|
||||||
$0.size = UIDevice.isIPad ? .medium : .small
|
$0.size = UIDevice.isIPad ? .medium : .small
|
||||||
|
$0.accessibilityTraits.remove(.image)
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Icon used for the close.
|
/// Icon used for the close.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user