优化
This commit is contained in:
@@ -14,7 +14,7 @@ import io.legado.app.lib.theme.ThemeStore
|
||||
import io.legado.app.model.BookCover
|
||||
import io.legado.app.utils.*
|
||||
import splitties.init.appCtx
|
||||
import timber.log.Timber
|
||||
|
||||
import java.io.File
|
||||
|
||||
object ThemeConfig {
|
||||
@@ -108,7 +108,7 @@ object ThemeConfig {
|
||||
val json = configFile.readText()
|
||||
return GSON.fromJsonArray(json)
|
||||
}.onFailure {
|
||||
Timber.e(it)
|
||||
it.printOnDebug()
|
||||
}
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user