MangaInfo: Don't apply appbar padding on tablet ui (#6464)

(cherry picked from commit 49cb3b6aa7)
This commit is contained in:
Ivan Iskandar
2022-01-15 10:24:55 +07:00
committed by Jobobby04
parent 479950e60e
commit d6ba632c54
@@ -116,6 +116,7 @@ class MangaInfoHeaderAdapter(
}
private fun updateCoverPosition() {
if (isTablet) return
val appBarHeight = controller.getMainAppBarHeight()
binding.mangaCover.updateLayoutParams<ViewGroup.MarginLayoutParams> {
topMargin += appBarHeight