实现文件类书源压缩文件解压
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user