Fix MangaController fast scroller position (#6090)

(cherry picked from commit bb06895145e0da0e217bf6dd953d9ae4a7f612f2)
This commit is contained in:
Ivan Iskandar 2021-10-13 20:23:46 +07:00 committed by Jobobby04
parent 01e4697a04
commit 28b57f4f42

View File

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