You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #43162
All these classes are NullSafe, let's mark them as NullSafe(Local) to ensure lint detect errors in the future
bypass-github-export-checks
changelog: [internal] internal
Reviewed By: javache
Differential Revision: D54027181
fbshipit-source-id: af9f022d36a2e60788d6790525736d1b6cfdf6fa
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/uimanager/ReactClippingViewGroupHelper.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,14 @@
10
10
importandroid.graphics.Rect;
11
11
importandroid.view.View;
12
12
importandroid.view.ViewParent;
13
+
importcom.facebook.infer.annotation.Nullsafe;
13
14
importjavax.annotation.concurrent.NotThreadSafe;
14
15
15
16
/**
16
17
* Provides implementation of common tasks for view and it's view manager supporting property {@code
0 commit comments