fix(Hide ADB status): Resolve app crash on startup (#5029)
This commit is contained in:
parent
627aed4010
commit
2984d7362d
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue