Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kotlin.NotImplementedError: An operation is not implemented: onChanged(position=10, count=10, payload=null) #191

Open
kalki-v-10464 opened this issue Dec 18, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@kalki-v-10464
Copy link

kalki-v-10464 commented Dec 18, 2023

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)

Screenshot 2023-12-18 at 12 12 20 PM
@veyndan veyndan added the bug Something isn't working label Dec 19, 2023
@veyndan
Copy link
Collaborator

veyndan commented Dec 19, 2023

It looks like you hit this TODO block!

TODO("onChanged(position=$position, count=$count, payload=$payload)")

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).

@kalki-v-10464
Copy link
Author

Hello @veyndan, any update on this?

@veyndan
Copy link
Collaborator

veyndan commented Feb 27, 2024

Sorry for the delay on this.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants