Apply navigation bar insets to fast scroller and settings search list (#6015)

This commit is contained in:
Ivan Iskandar
2021-10-03 22:28:20 +07:00
committed by GitHub
parent e22825d818
commit 4af578e310
3 changed files with 14 additions and 5 deletions
@@ -281,11 +281,6 @@ class MangaController :
scroller.updateLayoutParams<ViewGroup.MarginLayoutParams> {
topMargin = getMainAppBarHeight()
}
scroller.applyInsetter {
type(navigationBars = true) {
margin()
}
}
}
binding.swipeRefresh.doOnLayout { swipeRefresh ->