Fixed Feature Request P2 Add Hotlist Status UpdateNo update yet.Descriptiondu...@google.com created issue #1Nov 5, 2021 10:56PMCurrently, there's no way to prevent the static PagingData constructors, PagingData.from(List) and PagingData.empty() from interfering with LoadState. Ideally it would accept an argument to pass through a specific state, and if null, is ignored for LoadState updates. Issue summaryCommentsAll comments Oldest first ap...@google.com <ap...@google.com> #2Nov 15, 2021 07:59PMMarked as fixed.Yigit, do you have time to fix it? reemission of the same liveData is racyAdd comment Comment
Description
Currently, there's no way to prevent the static PagingData constructors,
PagingData.from(List)
andPagingData.empty()
from interfering with LoadState.Ideally it would accept an argument to pass through a specific state, and if
null
, is ignored for LoadState updates.