If there is not remoteMediator, does this mean that refresh is the same to source.refresh?
It looks consistent from the logs, can someone give me an affirmative answer?
onCreateView: source.Refresh=NotLoading(endOfPaginationReached=false)
onCreateView: source.Append=Loading(endOfPaginationReached=false)
onCreateView: source.Prepend=NotLoading(endOfPaginationReached=true)
onCreateView: Prepend=NotLoading(endOfPaginationReached=true)
onCreateView: Refresh=NotLoading(endOfPaginationReached=false)
onCreateView: Append=Loading(endOfPaginationReached=false)
onCreateView: source.Refresh=NotLoading(endOfPaginationReached=false)
onCreateView: source.Append=NotLoading(endOfPaginationReached=false)
onCreateView: source.Prepend=NotLoading(endOfPaginationReached=true)
onCreateView: Prepend=NotLoading(endOfPaginationReached=true)
onCreateView: Refresh=NotLoading(endOfPaginationReached=false)
onCreateView: Append=NotLoading(endOfPaginationReached=false)
I have found the answer, which is consistent with my conjecture.