mirror of
https://github.com/revanced/revanced-patcher.git
synced 2025-05-17 19:47:04 +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) {
|
||||
PatternScanResult(0, 0)
|
||||
} else {
|
||||
method.implementation?.instructions?.scanFor(signature.opcodes)!!
|
||||
method.implementation?.instructions?.scanFor(signature.opcodes)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user