实现文件类书源压缩文件解压

This commit is contained in:
Xwite
2023-03-13 08:15:48 +08:00
parent 1c0e5dd2b1
commit a80b19a35d
@@ -30,7 +30,7 @@ object ArchiveUtils {
archivePath: String,
path: String? = TEMP_PATH
): FileDoc {
return deCompress(Uri.parse(archivePath)), false), path)
return deCompress(Uri.parse(archivePath), path)
}
fun deCompress(