mirror of
https://git.mihon.tech/mihonapp/mihon
synced 2024-11-26 23:28:58 +03: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