You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My recycler view items each contain countdowns.
When an item goes out of view, the countdowns pause at the exact time they went from visible to not visible.
My recycler view doesn't always retrigger my onBind's depending on how many list items it caches.
It looks like this library stops the countdown on detachment, but doesn't restart it on re-attachment.
My recycler view items each contain countdowns.
When an item goes out of view, the countdowns pause at the exact time they went from visible to not visible.
My recycler view doesn't always retrigger my onBind's depending on how many list items it caches.
It looks like this library stops the countdown on detachment, but doesn't restart it on re-attachment.
See: CountdownView.java#L95
The text was updated successfully, but these errors were encountered: