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
You have an issue where the app crashes every time I refresh the Catch Up page after the app has gone into background. I send a crash report every time but this has been going on for more than a year now and I'm losing my mind.
Reproduce:
Go to Catch Up page
Go do something else for a while
Re-open app
Pull to refresh. Crash.
I note this doesn't happen when I force close the app or swipe up to dismiss it from my quick swap. I suspect it's when the app is only onPause() rather than onDestroy(). It's some lifecycle issue with your recyclerview and it's driving me nutty.
The text was updated successfully, but these errors were encountered:
You have an issue where the app crashes every time I refresh the Catch Up page after the app has gone into background. I send a crash report every time but this has been going on for more than a year now and I'm losing my mind.
Reproduce:
Go to Catch Up page
Go do something else for a while
Re-open app
Pull to refresh. Crash.
I note this doesn't happen when I force close the app or swipe up to dismiss it from my quick swap. I suspect it's when the app is only onPause() rather than onDestroy(). It's some lifecycle issue with your recyclerview and it's driving me nutty.
The text was updated successfully, but these errors were encountered: