inboxrecyclerview / me.saket.inboxrecyclerview / android.view.View / executeOnNextLayout

executeOnNextLayout

fun View.executeOnNextLayout(listener: () -> Unit): Unit

Execute a runnable when the next global layout happens for a View. Example usage includes waiting for a list to draw its children just after you have updated its adapter's data-set.