-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return NONE accessibility role if null
is passed.
#38613
Conversation
This pull request was exported from Phabricator. Differential Revision: D47752098 |
Base commit: 0f48e86 |
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: 075972ccc7bdbed8737f2c3a27add0cc398ef1d4
54a75de
to
032c22d
Compare
This pull request was exported from Phabricator. Differential Revision: D47752098 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D47752098 |
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: 4fd519baca3787cc7a420f9fadd04626f59e7af2
032c22d
to
c2f5d81
Compare
This pull request was exported from Phabricator. Differential Revision: D47752098 |
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: 75406f5849261346db5ff4e64432b34e62fcc121
c2f5d81
to
e2fa531
Compare
This pull request was exported from Phabricator. Differential Revision: D47752098 |
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: e32eb5620dc097a8ba6eda2539ce3e97e39bb373
e2fa531
to
9ad1bc7
Compare
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: b33b39c4c9fe95b59581569d32bc408c864bab52
This pull request was exported from Phabricator. Differential Revision: D47752098 |
9ad1bc7
to
315c76b
Compare
This pull request was successfully merged by @cipolleschi in 0f48e86. When will my fix make it into a release? | Upcoming Releases |
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: e8a44bdd8874e996d8127cb2ee29e5135210b196
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: e8a44bdd8874e996d8127cb2ee29e5135210b196
Summary: Pull Request resolved: facebook#38613 The `value` string of the ReactAccessibilityDelegate's `fromValue` method is marked as `Nullable`, however the `null` case is not handled. This change handle the `null` case setting the accesssibility role to NONE. ## Changelog: [Android][Fixed] - Set the accessibility role to `NONE` when a `null` string is passed to `fromValue` Reviewed By: cortinico Differential Revision: D47752098 fbshipit-source-id: e8a44bdd8874e996d8127cb2ee29e5135210b196
Summary:
The
value
string of the ReactAccessibilityDelegate'sfromValue
method is marked asNullable
, however thenull
case is not handled.This change handle the
null
case setting the accesssibility role to NONE.Changelog:
[Android][Fixed] - Set the accessibility role to
NONE
when anull
string is passed tofromValue
Differential Revision: D47752098