Back out "Fix initHybrid app-crashing bug"

Summary: This was a failed attempt to fix invalid initialization, but just means it fails elsewhere, so undoing this change.

Reviewed By: passy

Differential Revision: D18685054

fbshipit-source-id: fc460ee7cacc8cb89ee2a22243f9738383cbba43
This commit is contained in:
John Knox
2019-11-25 05:21:17 -08:00
committed by realpassy
parent 8efe50afd2
commit 91b1ebf2b8

View File

@@ -21,9 +21,7 @@ class EventBase extends HybridClassBase {
} }
EventBase() { EventBase() {
if (BuildConfig.IS_INTERNAL_BUILD) { initHybrid();
initHybrid();
}
} }
@DoNotStrip @DoNotStrip