Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return NONE accessibility role if
null
is passed.
Summary: 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` Differential Revision: D47752098 fbshipit-source-id: fd76a42493e404fe0b75f064954962635532b6e8
- Loading branch information