Fix MangaController fast scroller position (#6090)

This commit is contained in:
Ivan Iskandar 2021-10-13 20:23:46 +07:00 committed by GitHub
parent 684965f3e5
commit bb06895145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ class MangaController :
binding.fastScroller.doOnLayout { scroller ->
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
topMargin = getMainAppBarHeight()
topMargin += getMainAppBarHeight()
}
}