Daily arc lint --take KTFMT
Reviewed By: adamjernst Differential Revision: D41833756 fbshipit-source-id: 0ecc95aff3bdadadb0769dec55d27fb84fe50e95
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8242a94ca4
commit
ecae770824
@@ -29,7 +29,8 @@ import kotlinx.coroutines.*
|
|||||||
/**
|
/**
|
||||||
* There are 2 ways a litho view can update:
|
* 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
|
* 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:
|
* 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
|
* - Sibling changed size or position and shifted this view
|
||||||
* - User scrolled
|
* - User scrolled
|
||||||
|
|||||||
Reference in New Issue
Block a user