Skip to content

Stop periodic list update only once

Torsten Grote requested to merge briar-recycler-view-log into master

When testing the forum unread code, I noticed the recycler view is detaching twice. Once because the stop method is called and once because the view detaches from the window. Wouldn't it be safe to null the refresher when the updates are stopped?

Merge request reports