Skip to content

Adapters: cancel async events on rebind

Geoffrey Métais requested to merge Dekans/vlc-android:adapters into 3.2.x

Cancel marquee scheduled start and coroutines job as soon as DataBinding rebinds current ViewHolder view.

This is what ImageLoader does to avoid such behavior.

Edited by Geoffrey Métais

Merge request reports