Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix NPE on ReactTextInputManager.setTextDecorationLine
Summary: Fixes facebook#39659 Fix is pretty straightforward, parameter is annotated as Nullable, but is accessed with a `.split` call. This causes a crash when the `textDecorationLine` property is removed (i.e. is null). Changelog: [Android] [Fixed] - Fix NPE on ReactTextInputManager.setTextDecorationLine Differential Revision: D63689492
- Loading branch information