Commit 63683f0
Summary:
Pull Request resolved: #57039
Adds `Nullable` annotations to the `localData`, `props`, and `state` parameters in `ViewManager.java`'s `measure()` method to match the nullable Kotlin types (`ReadableMap?`) from `MountingManager.kt`.
Changelog: [Android][Changed] Corrected nullability of `ViewManager#measure`
Reviewed By: adityasharat
Differential Revision: D107229856
fbshipit-source-id: 9c686f570160bd9ebad8c7063826aa6ee13a70dd
1 parent bd250e6 commit 63683f0
1 file changed
Lines changed: 3 additions & 3 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
442 | 442 | | |
443 | 443 | | |
444 | 444 | | |
445 | | - | |
446 | | - | |
447 | | - | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
448 | 448 | | |
449 | 449 | | |
450 | 450 | | |
| |||
0 commit comments