mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 13:37:47 +01:00
MangaInfo: Don't apply appbar padding on tablet ui (#6464)
This commit is contained in:
parent
8ad98b67d2
commit
49cb3b6aa7
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ class MangaInfoHeaderAdapter(
|
|||
}
|
||||
|
||||
private fun updateCoverPosition() {
|
||||
if (isTablet) return
|
||||
val appBarHeight = controller.getMainAppBarHeight()
|
||||
binding.mangaCover.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
||||
topMargin += appBarHeight
|
||||
|
|
Loading…
Reference in a new issue