always enable panorama cover for Feed & Global search

This commit is contained in:
Cuong-Tran 2024-10-23 17:16:04 +07:00
parent cc0d7cddc7
commit 07fe2d097e
No known key found for this signature in database
GPG key ID: 733AA7624B9315C2

View file

@ -75,7 +75,7 @@ internal fun MangaItem(
onLongClick: () -> Unit,
// KMK -->
isSelected: Boolean = false,
panoramaCover: Boolean? = null,
panoramaCover: Boolean = true,
// KMK <--
) {
// KMK -->