This commit is contained in:
Horis
2025-07-27 11:15:30 +08:00
parent f046aae756
commit 83e8c7525b
@@ -219,7 +219,7 @@ class TextChapterLayout(
durY += titleBottomSpacing
// 如果是单图模式且当前页有内容,强制分页
if (isSingleImageStyle && pendingTextPage.lines.isNotEmpty()) {
if (isSingleImageStyle && pendingTextPage.lines.isNotEmpty() && contents.isNotEmpty()) {
prepareNextPageIfNeed()
}
}