mirror of
https://github.com/status-im/react-native.git
synced 2025-02-04 21:53:30 +00:00
fix typo
Summary: Closes https://github.com/facebook/react-native/pull/10872 Differential Revision: D4176240 Pulled By: ericvicenti fbshipit-source-id: 3b3e9ccb3c456b9b76a1d34322cc12f795e36247
This commit is contained in:
parent
5f6cd3d145
commit
eeba5eb774
@ -193,7 +193,7 @@ public class CatalystInstanceImpl implements CatalystInstance {
|
||||
|
||||
synchronized (mJSCallsPendingInitLock) {
|
||||
// Loading the bundle is queued on the JS thread, but may not have
|
||||
// run yet. It's save to set this here, though, since any work it
|
||||
// run yet. It's safe to set this here, though, since any work it
|
||||
// gates will be queued on the JS thread behind the load.
|
||||
mAcceptCalls = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user