mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-23 21:12:15 +00:00
Fix MangaController fast scroller position (#6090)
This commit is contained in:
parent
684965f3e5
commit
bb06895145
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ class MangaController :
|
|||
|
||||
binding.fastScroller.doOnLayout { scroller ->
|
||||
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin = getMainAppBarHeight()
|
||||
topMargin += getMainAppBarHeight()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue