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
Team, I'm encountering this crash issue in the iOS app, even though the paging library (version 3.3.0-alpha02-0.4.0) works fine on Android. I've attached a screenshot of the error for reference. Could someone please investigate and provide assistance with resolving this?
kotlin.NotImplementedError: An operation is not implemented: onChanged(position=10, count=10, payload=null)
The text was updated successfully, but these errors were encountered:
This should really be replaced with a proper implementation. I'll have a look at implementing it when I'm back from vacation (I'm off until early January).
In the next version of AndroidX Paging (3.3.0-alpha03), they completely revamped the diffing mechanism, so much of this will change. I'm planning on tracking the next version of AndroidX Paging within a week or two (my current computer is broken — in the midst of getting a new one), so I'll push out a fix for this when I track the next AndroidX Paging release.
Team, I'm encountering this crash issue in the iOS app, even though the paging library (version 3.3.0-alpha02-0.4.0) works fine on Android. I've attached a screenshot of the error for reference. Could someone please investigate and provide assistance with resolving this?
kotlin.NotImplementedError: An operation is not implemented: onChanged(position=10, count=10, payload=null)
The text was updated successfully, but these errors were encountered: