Skip to content

Commit c0fbafd

Browse files
committed
trigger accessibilityUnit from MapBuffer.kt
1 parent 3e1d292 commit c0fbafd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/src/main/java/com/facebook/react/views/view/ReactMapBufferPropSetter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ object ReactMapBufferPropSetter {
133133
viewManager.accessibilityState(view, entry.mapBufferValue)
134134
}
135135
VP_ACCESSIBILITY_UNIT -> {
136-
// viewManager.accessibilityUnit(view, entry.mapBufferValue)
136+
viewManager.accessibilityUnit(view, entry.mapBufferValue)
137137
}
138138
VP_ACCESSIBILITY_VALUE -> {
139139
viewManager.accessibilityValue(view, entry.stringValue)

0 commit comments

Comments
 (0)