A
Size: a a a
A
SL
A
a

A

DT
A

ST
V
ST
КР
ST
КР
СГ
ST
ST
pagingAdapter.loadStateFlow.collectLatest { loadStates ->
progressBar.isVisible = loadStates.refresh is LoadState.Loading
retry.isVisible = loadState.refresh !is LoadState.Loading
errorMsg.isVisible = loadState.refresh is LoadState.Error
}ST