Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix extreme TextInput slowness on Android (#19645)
Summary: This reverts 5898817 "Implement letterSpacing on Android >= 5.0". Testing shows that that commit is the cause of #19126, where in a controlled TextInput after some text is first added, then deleted, further interaction with the TextInput becomes extremely slow. Fixes #19126. Tried the repro case from #19126 without this change, then with it. The issue reproduces, then doesn't. Closes #19645 Differential Revision: D8675230 Pulled By: hramos fbshipit-source-id: e2c2d352ee781898721b2dff4738572d1a6b7471
- Loading branch information
5017b86
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit description here is out of date because it's taken from the original PR description. The actual commit that implemented this change has the following text:
5017b86
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, thanks, @hramos !
Next time I'll be sure to update the PR description so the commit that's merged gets the right message. :-)