mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
优化
This commit is contained in:
@@ -171,7 +171,7 @@ object BookHelp {
|
||||
ImageUtils.decode(
|
||||
src, bytes, isCover = false, bookSource, book
|
||||
)?.let {
|
||||
if (!checkImage(bytes)) {
|
||||
if (!checkImage(it)) {
|
||||
throw NoStackTraceException("数据异常")
|
||||
}
|
||||
FileUtils.createFileIfNotExist(
|
||||
|
||||
Reference in New Issue
Block a user