Update patches/src/main/kotlin/app/revanced/patches/messenger/layout/Fingerprints.kt

Co-authored-by: oSumAtrIX <osumatrix@revanced.app>
This commit is contained in:
Dawid Krajcarz 2026-03-18 22:55:00 +01:00 committed by GitHub
parent 469f2aa912
commit b3e58d9ba3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,9 +14,7 @@ internal val BytecodePatchContext.renderRedesignedDrawerMethodMatch by composing
instructions(
allOf(
Opcode.INVOKE_VIRTUAL(),
method {
returnType == "Z" && parameterTypes.isEmpty()
}
method { returnType == "Z" && parameterTypes.isEmpty() }
)
)
}