Compare commits

...

3 Commits

Author SHA1 Message Date
Cuong-Tran
a8ed1ab0ee
Merge a570bd7355 into 3cfc2be104 2024-11-06 00:49:38 +06:00
Mend Renovate
3cfc2be104
Update dependency com.pinterest.ktlint:ktlint-cli to v1.4.1 (#1449) 2024-11-06 00:48:00 +06:00
Cuong-Tran
a570bd7355
Fix pager flow messed up Loading screen 2024-11-04 13:01:23 +07:00
2 changed files with 2 additions and 2 deletions

View File

@ -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),
)

View File

@ -9,7 +9,7 @@ sqldelight = "2.0.2"
sqlite = "2.4.0"
voyager = "1.0.0"
spotless = "7.0.0.BETA4"
ktlint-core = "1.4.0"
ktlint-core = "1.4.1"
firebase-bom = "33.5.1"
[libraries]