This commit is contained in:
kunfei
2022-07-31 19:25:44 +08:00
parent cf228278ee
commit 25e3939eb5
@@ -110,10 +110,7 @@ class EpubFile(var book: Book) {
} else {
//低版本的使用懒加载
EpubReader().readEpubLazy(ZipFile(uri.path), "utf-8")
}
} catch (e: Exception) {
e.printOnDebug()
}