pull/1120/head^2
gedoor 3 years ago committed by ag2s20150909
parent c8305b4a53
commit b4fc4e2e58
  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