mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2026-01-11 13:56:16 +00:00
fix: Find dependency in context.allPatches
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user