feat: stop deleting workdir

This commit is contained in:
Canny 2022-10-09 20:54:04 +03:00 committed by GitHub
parent d877c8882f
commit 2f747d7e52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -188,8 +188,8 @@ class PatcherWorker(context: Context, parameters: WorkerParameters, private val
Signer("ReVanced", "s3cur3p@ssw0rd").signApk(patchedFile, outputFile)
Logging.log += "Successfully patched!\n"
} finally {
Log.d(tag, "Deleting workdir")
workdir.deleteRecursively()
// Log.d(tag, "Deleting workdir")
// workdir.deleteRecursively()
}
return false
}