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:
David Vacca
2019-05-20 15:43:31 -07:00
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,