mirror of
https://github.com/revanced/revanced-patches.git
synced 2025-06-01 22:40:26 +02:00
fix(Hide ADB status): Resolve app crash on startup (#5029)
This commit is contained in:
parent
80e9978d64
commit
1abebd5f3b
@ -47,7 +47,7 @@ val hideAdbStatusPatch = bytecodePatch(
|
||||
.takeIf { it.opcode == Opcode.INVOKE_STATIC }
|
||||
?.getReference<MethodReference>()
|
||||
?.takeIf {
|
||||
it.anyMethodSignatureMatches(it,
|
||||
it.anyMethodSignatureMatches(
|
||||
SETTINGS_GLOBAL_GET_INT_OR_THROW_METHOD_REFERENCE,
|
||||
SETTINGS_GLOBAL_GET_INT_OR_DEFAULT_METHOD_REFERENCE
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user