Commit 8af69a6
Fix NotInvokedPrivateMethod: Add @SuppressLint for preallocateView (facebook#55439)
Summary:
Fixed NotInvokedPrivateMethod lint warning for preallocateView in FabricUIManager.java.
This method is called from JNI/C++ code, not from Java, so the lint warning is
a false positive. Added SuppressLint annotation to suppress the warning.
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D918407331 parent 0bfe536 commit 8af69a6
File tree
1 file changed
+1
-0
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| 823 | + | |
823 | 824 | | |
824 | 825 | | |
825 | 826 | | |
| |||
0 commit comments