mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-15 23:59:42 +02:00
Fix MangaController fast scroller position (#6090)
This commit is contained in:
@@ -287,7 +287,7 @@ class MangaController :
|
|||||||
|
|
||||||
binding.fastScroller.doOnLayout { scroller ->
|
binding.fastScroller.doOnLayout { scroller ->
|
||||||
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||||
topMargin = getMainAppBarHeight()
|
topMargin += getMainAppBarHeight()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user