Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Hi - thanks for raising this, I'll dig into our SwipeDismissableNavHost and try to find out why we didn't support the back button already. Will report back on this thread.
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.