This commit is contained in:
Horis 2024-03-02 18:19:47 +08:00
parent 6b5c32a3db
commit 9c27c3b44d

View File

@ -624,7 +624,7 @@ class ReadView(context: Context, attrs: AttributeSet) :
pagePos-- pagePos--
} }
val startPos = curPage.textPage.getPosByLineColumn(line, column) val startPos = curPage.textPage.getPosByLineColumn(line, column)
ReadAloud.play(context, startPos = startPos) ReadBook.readAloud(startPos = startPos)
} }
/** /**