优化
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user