mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-18 03:47:05 +02:00
fix: throwing in case the opcode patterns do not match
This commit is contained in:
parent
48c4ea2f6d
commit
3144ec872a
@ -80,7 +80,7 @@ internal class SignatureResolver(
|
|||||||
return if (signature.opcodes == null) {
|
return if (signature.opcodes == null) {
|
||||||
PatternScanResult(0, 0)
|
PatternScanResult(0, 0)
|
||||||
} else {
|
} else {
|
||||||
method.implementation?.instructions?.scanFor(signature.opcodes)!!
|
method.implementation?.instructions?.scanFor(signature.opcodes)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user