mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
fix spelling in ReactInstanceManager
Reviewed By: kathryngray Differential Revision: D5959860 fbshipit-source-id: 3d5358349fd6c0f9b8e57261914c945488684a96
This commit is contained in:
parent
e7765a32f7
commit
13d8375323
@ -149,7 +149,7 @@ public class ReactInstanceManager {
|
||||
Collections.synchronizedSet(new HashSet<ReactInstanceEventListener>());
|
||||
// Identifies whether the instance manager is or soon will be initialized (on background thread)
|
||||
private volatile boolean mHasStartedCreatingInitialContext = false;
|
||||
// Identifies whether the insance manager destroy function is in process,
|
||||
// Identifies whether the instance manager destroy function is in process,
|
||||
// while true any spawned create thread should wait for proper clean up before initializing
|
||||
private volatile Boolean mHasStartedDestroying = false;
|
||||
private final UIImplementationProvider mUIImplementationProvider;
|
||||
|
Loading…
x
Reference in New Issue
Block a user