mirror of
https://github.com/revanced/revanced-patcher
synced 2025-03-25 07:56:23 +01:00
fix: mutability of local variable modified
This commit is contained in:
parent
e3bf367ad6
commit
0e87ef56c4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user