always enable panorama cover for Feed & Global search
This commit is contained in:
parent
cc0d7cddc7
commit
07fe2d097e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ internal fun MangaItem(
|
||||||
onLongClick: () -> Unit,
|
onLongClick: () -> Unit,
|
||||||
// KMK -->
|
// KMK -->
|
||||||
isSelected: Boolean = false,
|
isSelected: Boolean = false,
|
||||||
panoramaCover: Boolean? = null,
|
panoramaCover: Boolean = true,
|
||||||
// KMK <--
|
// KMK <--
|
||||||
) {
|
) {
|
||||||
// KMK -->
|
// KMK -->
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue