Skip to content

Prevent RecyclerView's pre-rendering from marking invisible messages as read

Torsten Grote requested to merge 1289-recycler-view-visible-detection into master

This MR uses custom ScrollListeners to detect appearing list items and mark them read only when visible on screen.

Closes #1289 (closed)

Merge request reports