Skip to content

Commit

Permalink
Add no-op UI flush for Android, will be implemented in Hermes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Duncalf committed Apr 26, 2022
1 parent 3cd2bb4 commit b647138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/jsc_override.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static JSGlobalContextRef create_context(JSContextGroupRef group, JSClassRef glo
// Clear cache from previous instances.
RJSInvalidateCaches();

RJSInitializeInContext(ctx);
RJSInitializeInContext(ctx, []() {});
realmContextInjected = true;
return ctx;
}
Expand Down

0 comments on commit b647138

Please sign in to comment.