mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-10 22:47:58 +08: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:
committed by
Facebook Github Bot
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user