MangaScreen: Hide scroller when appbar is expanded (#7426)

This commit is contained in:
Ivan Iskandar
2022-07-01 21:37:58 +07:00
committed by GitHub
parent 1f10b79ee8
commit 3072296919
2 changed files with 11 additions and 2 deletions

View File

@@ -353,6 +353,7 @@ private fun MangaScreenSmallImpl(
WindowInsets.navigationBars.only(WindowInsetsSides.Bottom).asPaddingValues()
VerticalFastScroller(
listState = chapterListState,
thumbAllowed = { scrollBehavior.state.offset == scrollBehavior.state.offsetLimit },
topContentPadding = withNavBarContentPadding.calculateTopPadding(),
endContentPadding = withNavBarContentPadding.calculateEndPadding(LocalLayoutDirection.current),
) {