Fix pager flow messed up Loading screen
This commit is contained in:
parent
ee81c3e905
commit
0e951d8ac1
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ fun BrowseSourceContent(
|
|||
return
|
||||
}
|
||||
|
||||
if (mangaList.itemCount == 0 && mangaList.loadState.refresh is LoadState.Loading) {
|
||||
if (mangaList.loadState.refresh is LoadState.Loading) {
|
||||
LoadingScreen(
|
||||
modifier = Modifier.padding(contentPadding),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue