mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
remove duplicate code in FabricUIManager
Summary: remove duplicate code in FabricUIManager The removed line is already called few lines above changelog: [internal] internal Reviewed By: JoshuaGross Differential Revision: D34553849 fbshipit-source-id: 2e0102a77e7464c9803fb1175385fdafbb88f1fa
This commit is contained in:
committed by
Facebook GitHub Bot
parent
6a4e905e3a
commit
ec27141b93
@@ -428,11 +428,6 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
mReactApplicationContext.removeLifecycleEventListener(this);
|
||||
onHostPause();
|
||||
|
||||
// This is not technically thread-safe, since it's read on the UI thread and written
|
||||
// here on the JS thread. We've marked it as volatile so that this writes to UI-thread
|
||||
// memory immediately.
|
||||
mDispatchUIFrameCallback.stop();
|
||||
|
||||
mBinding.unregister();
|
||||
mBinding = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user