Apply navigation bar insets to fast scroller and settings search list (#6015)
This commit is contained in:
@@ -281,11 +281,6 @@ class MangaController :
|
||||
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin = getMainAppBarHeight()
|
||||
}
|
||||
scroller.applyInsetter {
|
||||
type(navigationBars = true) {
|
||||
margin()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
binding.swipeRefresh.doOnLayout { swipeRefresh ->
|
||||
|
||||
Reference in New Issue
Block a user