submitIncomparableList

open fun submitIncomparableList(list: List<T>?, commitCallback: Runnable? = null)(source)

Instantly submits a new and fresh list. This means that no changes like moves are done as we assume the new list is not the same thing as the old list, nothing is shared.

The views are rendered instantly as a result, so no fade/pop-ins or similar.

Use submitList for general use, as that can reuse old views.