Explorar el Código

make cancel button accessible

cyberta hace 4 años
padre
commit
d2fdfdad66
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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
     }()