pull/2718/head
Horis 2 years ago
parent 68ff06c390
commit eebdbd41ec
  1. 2
      app/src/main/java/io/legado/app/ui/book/read/page/entities/TextPage.kt

@ -234,6 +234,6 @@ data class TextPage(
}
fun hasImageOrEmpty(): Boolean {
return textLines.any { it.isImage }
return textLines.any { it.isImage } || textLines.isEmpty()
}
}

Loading…
Cancel
Save