mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Fix pager flow messed up Loading screen
This commit is contained in:
parent
2f4bb7cadb
commit
a570bd7355
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,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