This commit is contained in:
kunfei
2022-04-14 12:16:13 +08:00
parent 19fbe8ce8a
commit b70492e281
2 changed files with 0 additions and 2 deletions
@@ -162,7 +162,6 @@ class ContentTextView(context: Context, attrs: AttributeSet?) : View(context, at
val bitmap = ImageProvider.getImage(
book,
textChar.charData,
ReadBook.bookSource,
(textChar.end - textChar.start).toInt(),
(lineBottom - lineTop).toInt()
)
@@ -61,7 +61,6 @@ object ImageProvider {
fun getImage(
book: Book,
src: String,
bookSource: BookSource?,
width: Int,
height: Int
): Bitmap {