pull/34/head
kunfei 5 years ago
parent bc83e2a430
commit deae4a8770
  1. 2
      app/src/main/java/io/legado/app/help/BookHelp.kt

@ -48,7 +48,7 @@ object BookHelp {
runCatching { runCatching {
val file = File(filePath) val file = File(filePath)
if (file.exists()) { if (file.exists()) {
return String(file.readBytes()) return file.readText()
} }
} }
return null return null

Loading…
Cancel
Save