mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove warnings in some RN Android classes
Summary: I've been analyzing some issue in RN Android code and I noticed some warnings to clean up Reviewed By: ejanzer Differential Revision: D16060522 fbshipit-source-id: 327fa86c24c7dd67ac2376bbd2f0ca4339f106d1
This commit is contained in:
committed by
Facebook Github Bot
parent
d07ab35bfb
commit
a679f592cd
+1
-3
@@ -32,8 +32,6 @@ import com.facebook.react.uimanager.layoutanimation.LayoutAnimationListener;
|
||||
import com.facebook.systrace.Systrace;
|
||||
import com.facebook.systrace.SystraceMessage;
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
import javax.annotation.Nullable;
|
||||
import javax.annotation.concurrent.NotThreadSafe;
|
||||
|
||||
@@ -74,7 +72,7 @@ public class NativeViewHierarchyManager {
|
||||
private final JSResponderHandler mJSResponderHandler = new JSResponderHandler();
|
||||
private final RootViewManager mRootViewManager;
|
||||
private final LayoutAnimationController mLayoutAnimator = new LayoutAnimationController();
|
||||
private final Map<Integer, SparseIntArray> mTagsToPendingIndicesToDelete = new HashMap<>();
|
||||
private final SparseArray<SparseIntArray> mTagsToPendingIndicesToDelete = new SparseArray<>();
|
||||
private final int[] mDroppedViewArray = new int[100];
|
||||
|
||||
private boolean mLayoutAnimationEnabled;
|
||||
|
||||
Reference in New Issue
Block a user