Merge branch 'gedoor:master' into master

pull/1121/head
bushixuanqi 3 years ago committed by GitHub
commit 8c22274f66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/io/legado/app/help/JsExtensions.kt

@ -267,7 +267,7 @@ interface JsExtensions {
*/
fun deleteFile(path: String) {
val file = getFile(path)
FileUtils.delete(file)
FileUtils.delete(file, true)
}
/**

Loading…
Cancel
Save