Commit 4d96fb5
Fix UIManagerModule.getUIImplementation() to return a non-null UIImplementation (#55818)
Summary:
Pull Request resolved: #55818
This unblocks the Android CI on master
The deprecated getUIImplementation() method was returning null, which could
cause NullPointerExceptions for callers that still depend on it. Return a
new UIImplementation instance instead.
Changelog: [Internal] - Fix `UIManagerModule.getUIImplementation()` to return a non-null `UIImplementation` instead of null
Reviewed By: alanleedev
Differential Revision: D94743629
fbshipit-source-id: df129f87c310a68634678ff7ed90e77275b02b511 parent c5a38ab commit 4d96fb5
File tree
1 file changed
+2
-2
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager
1 file changed
+2
-2
lines changedpackages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/UIManagerModule.java
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments