mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Back out "Try reduce flackiness of VeniceTest"
Summary: Original commit changeset: 5af216e6bfa3 Changelog: [Internal] Reviewed By: yungsters, mdvacca Differential Revision: D26894424 fbshipit-source-id: 32cc4af2283ef9e80eaf57552c3dcfb3c1fa3c67
This commit is contained in:
committed by
Facebook GitHub Bot
parent
64f6f5e618
commit
de5e16f55c
@@ -158,7 +158,7 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
mEventDispatcher,
|
||||
minTimeLeftInFrameForNonBatchedOperationMs);
|
||||
|
||||
reactContext.addLifecycleEventListenerAndCheckState(this);
|
||||
reactContext.addLifecycleEventListener(this);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
@@ -180,7 +180,7 @@ public class UIManagerModule extends ReactContextBaseJavaModule
|
||||
mEventDispatcher,
|
||||
minTimeLeftInFrameForNonBatchedOperationMs);
|
||||
|
||||
reactContext.addLifecycleEventListenerAndCheckState(this);
|
||||
reactContext.addLifecycleEventListener(this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user