Update patches/src/main/kotlin/app/revanced/patches/messenger/layout/Fingerprints.kt
Co-authored-by: oSumAtrIX <osumatrix@revanced.app>
This commit is contained in:
parent
469f2aa912
commit
b3e58d9ba3
1 changed files with 1 additions and 3 deletions
|
|
@ -14,9 +14,7 @@ internal val BytecodePatchContext.renderRedesignedDrawerMethodMatch by composing
|
||||||
instructions(
|
instructions(
|
||||||
allOf(
|
allOf(
|
||||||
Opcode.INVOKE_VIRTUAL(),
|
Opcode.INVOKE_VIRTUAL(),
|
||||||
method {
|
method { returnType == "Z" && parameterTypes.isEmpty() }
|
||||||
returnType == "Z" && parameterTypes.isEmpty()
|
|
||||||
}
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue