mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 02:37:26 +01:00
Compare commits
3 Commits
c314e8f19a
...
a8ed1ab0ee
Author | SHA1 | Date | |
---|---|---|---|
|
a8ed1ab0ee | ||
|
3cfc2be104 | ||
|
a570bd7355 |
@ -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),
|
||||
)
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user