mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove warnings
Summary: Easy diff to remove warnings in FabricUIManager Reviewed By: JoshuaGross Differential Revision: D15421771 fbshipit-source-id: 647391a0826272d0bc9320196fc8b3cb80eecfac
This commit is contained in:
committed by
Facebook Github Bot
parent
651ca3bc9f
commit
3b8fc8b10a
@@ -157,6 +157,7 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
|
||||
/** Method called when an event has been dispatched on the C++ side. */
|
||||
@DoNotStrip
|
||||
@SuppressWarnings("unused")
|
||||
public void onRequestEventBeat() {
|
||||
mEventDispatcher.dispatchAllEvents();
|
||||
}
|
||||
@@ -183,6 +184,7 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
}
|
||||
|
||||
@DoNotStrip
|
||||
@SuppressWarnings("unused")
|
||||
private void preallocateView(
|
||||
int rootTag,
|
||||
int reactTag,
|
||||
|
||||
Reference in New Issue
Block a user