Daily arc lint --take KTFMT

Reviewed By: adamjernst

Differential Revision: D41833756

fbshipit-source-id: 0ecc95aff3bdadadb0769dec55d27fb84fe50e95
This commit is contained in:
generatedunixname89002005325672
2022-12-12 07:51:03 -08:00
committed by Facebook GitHub Bot
parent 8242a94ca4
commit ecae770824

View File

@@ -29,7 +29,8 @@ import kotlinx.coroutines.*
/**
* There are 2 ways a litho view can update:
* 1. A view was added / updated / removed through a mount, This should be refelected in a change in
* props / state so we use the mount extension to capture these including the entire component tree
* props / state so we use the mount extension to capture these including the entire component
* tree
* 2. The coordinate of the litho view changes externally and doesn't cause a mount, examples:
* - Sibling changed size or position and shifted this view
* - User scrolled