mirror of
https://github.com/ReVanced/revanced-patcher.git
synced 2024-11-10 01:02:22 +01:00
fix: null check causing an exception
Signed-off-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
c55c62a57e
commit
338bd9f739
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ internal class SignatureResolver(
|
|||
fun resolve() {
|
||||
for ((index, classDef) in classes.withIndex()) {
|
||||
for (signature in methodSignatures) {
|
||||
if (signature.result != null) continue
|
||||
|
||||
for (method in classDef.methods) {
|
||||
val patternScanData = compareSignatureToMethod(signature, method) ?: continue
|
||||
|
||||
|
|
Loading…
Reference in a new issue