@ -33,6 +33,7 @@ data class ReviewColumn(
path.close()
ChapterProvider.reviewPaint.style = Paint.Style.STROKE
canvas.drawPath(path, ChapterProvider.reviewPaint)
ChapterProvider.reviewPaint.style = Paint.Style.FILL
canvas.drawText(
countText,
(start + end) / 2,
@ -516,7 +516,7 @@ object ChapterProvider {
ReviewColumn(
start = absStartX + xStart,
end = absStartX + xEnd,
count = 2
count = 100
)
}
else -> {