|
@@ -84,6 +84,7 @@ class MangaInfoHeaderAdapter(
|
|
}
|
|
}
|
|
|
|
|
|
private fun updateCoverPosition() {
|
|
private fun updateCoverPosition() {
|
|
|
|
+ if (isTablet) return
|
|
val appBarHeight = controller.getMainAppBarHeight()
|
|
val appBarHeight = controller.getMainAppBarHeight()
|
|
binding.mangaCover.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
|
binding.mangaCover.updateLayoutParams<ViewGroup.MarginLayoutParams> {
|
|
topMargin += appBarHeight
|
|
topMargin += appBarHeight
|