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:
Matt Bruce 2024-05-03 13:55:25 -05:00
parent cc965f36e7
commit 649ff1945d

View File

@ -104,6 +104,7 @@ open class Notification: View {
open var typeIcon = Icon().with {
$0.name = .infoBold
$0.size = UIDevice.isIPad ? .medium : .small
$0.accessibilityTraits.remove(.image)
}
/// Icon used for the close.