Skip to content

Commit 1abebd5

Browse files
authored
fix(Hide ADB status): Resolve app crash on startup (#5029)
1 parent 80e9978 commit 1abebd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/all/misc/adb/HideAdbPatch.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ val hideAdbStatusPatch = bytecodePatch(
4747
.takeIf { it.opcode == Opcode.INVOKE_STATIC }
4848
?.getReference<MethodReference>()
4949
?.takeIf {
50-
it.anyMethodSignatureMatches(it,
50+
it.anyMethodSignatureMatches(
5151
SETTINGS_GLOBAL_GET_INT_OR_THROW_METHOD_REFERENCE,
5252
SETTINGS_GLOBAL_GET_INT_OR_DEFAULT_METHOD_REFERENCE
5353
)

0 commit comments

Comments
 (0)