pull/2114/head
kunfei 2 years ago
parent 353c47291b
commit 4a27fc26d5
  1. 3
      app/src/main/java/io/legado/app/model/localBook/EpubFile.kt

@ -110,10 +110,7 @@ class EpubFile(var book: Book) {
} else { } else {
//低版本的使用懒加载 //低版本的使用懒加载
EpubReader().readEpubLazy(ZipFile(uri.path), "utf-8") EpubReader().readEpubLazy(ZipFile(uri.path), "utf-8")
} }
} catch (e: Exception) { } catch (e: Exception) {
e.printOnDebug() e.printOnDebug()
} }

Loading…
Cancel
Save