androidbroadcast / Jetpack-Paging-3-Sample

34 stars 5 forks source link

adapter.refresh causes hangs and crash #2

Closed m31wayfarer closed 2 years ago

m31wayfarer commented 3 years ago

I have found that adapter.refresh() causes app freeze.

What do you think about this?

m31wayfarer commented 3 years ago

The Coroutine in method load pagingsource is canceled and rerun in infinite loop - it causes app freeze

m31wayfarer commented 2 years ago

I have found reason of bug. Need remove call of invalidate() in newPager method, it causes this bug