Fix MangaController fast scroller position (#6090)

(cherry picked from commit bb06895145)
This commit is contained in:
Ivan Iskandar
2021-10-13 20:23:46 +07:00
committed by Jobobby04
parent 01e4697a04
commit 28b57f4f42
@@ -355,7 +355,7 @@ class MangaController :
binding.fastScroller.doOnLayout { scroller ->
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
topMargin = getMainAppBarHeight()
topMargin += getMainAppBarHeight()
}
}