Commit 22b9b3b
Cleanup PreparedLayoutTextView Recycling (#55554)
Summary:
Pull Request resolved: #55554
Everything in `initView` is already initialized implicitly, so should only be called during recycling, where we are also missing `selectionColor`.
Changelog: [internal]
Reviewed By: cortinico
Differential Revision: D93327082
fbshipit-source-id: e70dc46618161104be29b4f904f9c038f83c43941 parent 9e49b37 commit 22b9b3b
1 file changed
Lines changed: 4 additions & 8 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text
Lines changed: 4 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | 88 | | |
90 | 89 | | |
91 | 90 | | |
92 | 91 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | 92 | | |
100 | | - | |
101 | 93 | | |
102 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
103 | 99 | | |
104 | 100 | | |
105 | 101 | | |
| |||
0 commit comments