Commit bf12e30
Summary:
Pull Request resolved: #53442
Refactors `VirtualView` to remove this unnecessary `?.` in `updateClippingRect()`.
Changelog:
[Internal]
Reviewed By: lunaleaps
Differential Revision: D80600713
fbshipit-source-id: 1a11b302f069e3b35db70831fd4f7a9bd7471cc6
1 parent ec1e973 commit bf12e30
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/virtual/view
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments