fix: mutability of local variable modified

This commit is contained in:
oSumAtrIX 2022-06-23 08:57:41 +02:00 committed by GitHub
parent e3bf367ad6
commit 0e87ef56c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,7 @@ class Patcher(private val options: PatcherOptions) {
callback: (File) -> Unit
) {
for (file in files) {
val modified = false
var modified = false
for (classDef in MultiDexIO.readDexFile(true, file, NAMER, null, null).classes) {
val type = classDef.type