Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Mar 2, 2024
1 parent 6b5c32a commit 9c27c3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -624,7 +624,7 @@ class ReadView(context: Context, attrs: AttributeSet) :
pagePos--
}
val startPos = curPage.textPage.getPosByLineColumn(line, column)
ReadAloud.play(context, startPos = startPos)
ReadBook.readAloud(startPos = startPos)
}

/**
Expand Down

0 comments on commit 9c27c3b

Please sign in to comment.