Commit 8a3cc64
Remove unnecessary local variable in for deferred focus (#54326)
Summary:
Pull Request resolved: #54326
This variable was not needed, isAttachedToWindow was working as expected.
## Changelog
[Internal]
Reviewed By: Abbondanzo
Differential Revision: D85798355
fbshipit-source-id: 1716b323b4ac0d1d6f3e29370223db66540020d21 parent b68329f commit 8a3cc64
1 file changed
Lines changed: 1 addition & 6 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/view
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
158 | 157 | | |
159 | 158 | | |
160 | 159 | | |
| |||
217 | 216 | | |
218 | 217 | | |
219 | 218 | | |
220 | | - | |
221 | 219 | | |
222 | 220 | | |
223 | 221 | | |
| |||
423 | 421 | | |
424 | 422 | | |
425 | 423 | | |
426 | | - | |
427 | | - | |
428 | | - | |
| 424 | + | |
429 | 425 | | |
430 | 426 | | |
431 | 427 | | |
| |||
586 | 582 | | |
587 | 583 | | |
588 | 584 | | |
589 | | - | |
590 | 585 | | |
591 | 586 | | |
592 | 587 | | |
| |||
0 commit comments