mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-19 10:59:16 +01:00
MangaInfo: Don't apply appbar padding on tablet ui (#6464)
This commit is contained in:
parent
8ad98b67d2
commit
49cb3b6aa7
@ -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 New Issue
Block a user