mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 05:44:24 +02:00
fix: Find dependency in context.allPatches
This commit is contained in:
parent
1d7aeca696
commit
670f0153de
@ -165,7 +165,7 @@ class Patcher(
|
||||
|
||||
// Recursively execute all dependency patches.
|
||||
patch.dependencies?.forEach { dependencyName ->
|
||||
val dependency = context.executablePatches[dependencyName]!!
|
||||
val dependency = context.allPatches[dependencyName]!!
|
||||
val result = executePatch(dependency, executedPatches)
|
||||
|
||||
result.exception?.let {
|
||||
|
Loading…
x
Reference in New Issue
Block a user