This commit is contained in:
Cuong-Tran 2024-06-24 16:02:16 +07:00
parent 763f3fdb15
commit 5d6aa7f98a
3 changed files with 3 additions and 3 deletions

View file

@ -75,7 +75,7 @@ private fun SourcesFilterContent(
) {
FastScrollLazyColumn(
// KMK -->
// Using modifier instead of contentPdding so we can use stickyHeader
// Using modifier instead of contentPadding so we can use stickyHeader
modifier = Modifier.padding(contentPadding),
// KMK <--
) {

View file

@ -33,7 +33,7 @@ fun RelatedMangasList(
selection: List<Manga>,
) {
FastScrollLazyColumn(
// Using modifier instead of contentPdding so we can use stickyHeader
// Using modifier instead of contentPadding so we can use stickyHeader
modifier = Modifier.padding(contentPadding),
) {
relatedMangas.forEach { related ->

View file

@ -69,7 +69,7 @@ class PaletteScreen(
},
) { contentPadding ->
ScrollbarLazyColumn(
// Using modifier instead of contentPdding so we can use stickyHeader
// Using modifier instead of contentPadding so we can use stickyHeader
modifier = Modifier.padding(contentPadding),
) {
item {