Skip to content

Commit

Permalink
fixed scroll issue in home
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Nov 10, 2023
1 parent 7975615 commit f04f11d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ fun LazyGridItemScope.EpisodeItem(episode: Home.Episode, onclick: () -> Unit) {
contentDescription = episode.title,
modifier = Modifier.aspectRatio(1F, true)
)
loadImageScheme(BSUtil.fixSeriesHref(episode.href), resource.value)
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ fun LazyGridItemScope.SeriesItem(series: Home.Series, onClick: () -> Unit) {
contentDescription = series.title,
modifier = Modifier.aspectRatio(1F, true)
)
loadImageScheme(BSUtil.fixSeriesHref(series.href), resource.value)
}
}
}
Expand Down

0 comments on commit f04f11d

Please sign in to comment.