We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3896b30 commit 06c2b76Copy full SHA for 06c2b76
revanced-patcher/src/main/kotlin/app/revanced/patcher/Patcher.kt
@@ -104,7 +104,7 @@ class Patcher(
104
105
// Determine, if merging integrations is required.
106
for (patch in patches)
107
- if (!patch.anyRecursively { it.requiresIntegrations }) {
+ if (patch.anyRecursively { it.requiresIntegrations }) {
108
context.bytecodeContext.integrations.merge = true
109
break
110
}
0 commit comments