Skip to content

Commit

Permalink
fix: return mutable set of classes
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 5, 2022
1 parent 6ad51aa commit 84bc7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/patcher/Patcher.kt
Expand Up @@ -45,7 +45,7 @@ class Patcher(
cache.classes.add(proxy.mutatedClass)
}

return setOf(cache.classes)
return cache.classes
}

override fun getOpcodes(): Opcodes {
Expand Down

0 comments on commit 84bc7e0

Please sign in to comment.