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:
David Vacca
2020-05-01 00:19:58 -07:00
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.