Version
I use Litho in version 0.47.0
Issues and Steps to Reproduce
I found Litho ResolveRunnable runing twice. One of this from LithoView's onMeasure method it's on ui thread, and another one from resolveThreadHandler, it's on another thread。There is no fixed order of execution。
Expected Behavior
I want only one time of resolve and on no UI thread。
Link to Code