withNoRecycling

Calls the block on the RecyclerView.ViewHolder receiver with canRecycle temporarily set to false, and when block is done executing canRecycle will be set back to true.

Since

0.1.0

Parameters

block

Desired lambda to be executed when canRecycle is set to false.

See also