shouldUpdateLayoutHandler

abstract fun shouldUpdateLayoutHandler(previousRenderInfo: RenderInfo, newRenderInfo: RenderInfo): Boolean

Return

If true, RunnableHandler of ComponentTree that's being updated by update operation of RecyclerBinder will be replaced by new RunnableHandler returned from createLayoutCalculationHandler, otherwise keep using existing RunnableHandler created during item insertion.