We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e9978 commit 1abebd5Copy full SHA for 1abebd5
patches/src/main/kotlin/app/revanced/patches/all/misc/adb/HideAdbPatch.kt
@@ -47,7 +47,7 @@ val hideAdbStatusPatch = bytecodePatch(
47
.takeIf { it.opcode == Opcode.INVOKE_STATIC }
48
?.getReference<MethodReference>()
49
?.takeIf {
50
- it.anyMethodSignatureMatches(it,
+ it.anyMethodSignatureMatches(
51
SETTINGS_GLOBAL_GET_INT_OR_THROW_METHOD_REFERENCE,
52
SETTINGS_GLOBAL_GET_INT_OR_DEFAULT_METHOD_REFERENCE
53
)
0 commit comments