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 (#46750)
Summary: Pull Request resolved: #46750 Fixes #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 Reviewed By: cipolleschi Differential Revision: D63689492 fbshipit-source-id: 3424897cc40beaeb579e3affd0a87656ff43afee
- Loading branch information