Skip to content

Commit

Permalink
fix traits (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
biezhihua authored Apr 14, 2023
1 parent 8ae4ae7 commit 14de472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ open class GXDataBinding(
}

// View的无障碍朗读逻辑
accessibilityEnable?.value(templateData)?.let {
accessibilityTraits?.value(templateData)?.let {
result = result ?: JSONObject()
result?.put(GXTemplateKey.GAIAX_ACCESSIBILITY_TRAITS, it)
}
Expand Down

0 comments on commit 14de472

Please sign in to comment.