Fix MangaController fast scroller position (#6090)
(cherry picked from commit bb06895145)
This commit is contained in:
@@ -355,7 +355,7 @@ class MangaController :
|
||||
|
||||
binding.fastScroller.doOnLayout { scroller ->
|
||||
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin = getMainAppBarHeight()
|
||||
topMargin += getMainAppBarHeight()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user