Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Feb 16, 2023
1 parent 7df0901 commit 96906ee
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/src/main/java/io/legado/app/help/book/BookHelp.kt
Original file line number Diff line number Diff line change
Expand Up @@ -302,9 +302,6 @@ object BookHelp {
* 读取章节内容
*/
fun getContent(book: Book, bookChapter: BookChapter): String? {
if (book.isLocalTxt) {
return LocalBook.getContent(book, bookChapter)
}
val file = downloadDir.getFile(
cacheFolderName,
book.getFolderName(),
Expand Down

0 comments on commit 96906ee

Please sign in to comment.