Fixing Paging3 scroll jumps by aligning Room with cursor pagination
Scroll Jump Postmortem: Paging3 with Room and RemoteMediator Summary A scroll jumping issue occurs in a LazyColumn when using Paging3 with Room as the single source of truth and RemoteMediator for network pagination. The problem manifests as the list jumping upward when new pages load, with the jump size increasing the deeper the user scrolls. … Read more