We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ce634 commit 2a67b65Copy full SHA for 2a67b65
aztec/src/main/kotlin/org/wordpress/aztec/util/Extensions.kt
@@ -75,9 +75,7 @@ fun ToggleButton.convertToButtonAccessibilityProperties() {
75
super.onInitializeAccessibilityNodeInfo(host, info)
76
info?.className = Button::class.java.name
77
info?.isCheckable = false
78
- info?.isLongClickable = false
79
info?.addAction(AccessibilityNodeInfoCompat.AccessibilityActionCompat(ACTION_CLICK, context.getString(R.string.accessibility_action_click_label)))
80
- info?.removeAction(AccessibilityNodeInfoCompat.AccessibilityActionCompat.ACTION_LONG_CLICK)
81
}
82
})
83
0 commit comments