mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Cleanup scheduleMountItem method
Summary: scheduleMountItem supports multi threading now, cleanning up TODO changelog: [Internal][Android] Internal cleanup Reviewed By: JoshuaGross Differential Revision: D21318108 fbshipit-source-id: dffac4d541bc2d0f781ddcb8f17f5d1b7e44b79b
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f82a6d78c9
commit
919554f2c6
@@ -522,7 +522,6 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
long layoutEndTime,
|
||||
long finishTransactionStartTime,
|
||||
long finishTransactionEndTime) {
|
||||
// TODO T31905686: support multithreading
|
||||
// When Binding.cpp calls scheduleMountItems during a commit phase, it always calls with
|
||||
// a BatchMountItem. No other sites call into this with a BatchMountItem, and Binding.cpp only
|
||||
// calls scheduleMountItems with a BatchMountItem.
|
||||
|
||||
Reference in New Issue
Block a user