Skip to content

Commit

Permalink
Cleanup scheduleMountItem method
Browse files Browse the repository at this point in the history
Summary:
scheduleMountItem supports multi threading now, cleanning up TODO

changelog: [Internal][Android] Internal cleanup

Reviewed By: JoshuaGross

Differential Revision: D21318108

fbshipit-source-id: dffac4d541bc2d0f781ddcb8f17f5d1b7e44b79b
  • Loading branch information
mdvacca authored and facebook-github-bot committed May 1, 2020
1 parent f82a6d7 commit 919554f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ private void scheduleMountItem(
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.
Expand Down

0 comments on commit 919554f

Please sign in to comment.