mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-01 13:44:25 +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.
|
// Recursively execute all dependency patches.
|
||||||
patch.dependencies?.forEach { dependencyName ->
|
patch.dependencies?.forEach { dependencyName ->
|
||||||
val dependency = context.executablePatches[dependencyName]!!
|
val dependency = context.allPatches[dependencyName]!!
|
||||||
val result = executePatch(dependency, executedPatches)
|
val result = executePatch(dependency, executedPatches)
|
||||||
|
|
||||||
result.exception?.let {
|
result.exception?.let {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user