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:
Joshua Gross
2021-03-08 15:09:04 -08:00
committed by Facebook GitHub Bot
parent 64f6f5e618
commit de5e16f55c
11 changed files with 14 additions and 20 deletions
@@ -163,7 +163,7 @@ public class NativeAnimatedModule extends NativeAnimatedModuleSpec
ReactApplicationContext reactApplicationContext = getReactApplicationContextIfActiveOrWarn();
if (reactApplicationContext != null) {
reactApplicationContext.addLifecycleEventListenerAndCheckState(this);
reactApplicationContext.addLifecycleEventListener(this);
}
}