Pārlūkot izejas kodu

make cancel button accessible

cyberta 4 gadi atpakaļ
vecāks
revīzija
d2fdfdad66
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      deltachat-ios/View/QuotePreview.swift

+ 2 - 0
deltachat-ios/View/QuotePreview.swift

@@ -29,6 +29,8 @@ public class QuotePreview: UIView, InputItem {
         view.isUserInteractionEnabled = true
         view.translatesAutoresizingMaskIntoConstraints = false
         view.addSubview(cancelImageView)
+        view.accessibilityLabel = String.localized("cancel")
+        view.isAccessibilityElement = true
         return view
     }()