mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 08:49:25 +01:00
fix(youtube/general-ads): resolve fingerprint to correct method (#1404)
This commit is contained in:
parent
12571dda75
commit
e135485250
@ -8,6 +8,8 @@ object CanScrollVerticallyFingerprint : MethodFingerprint(
|
|||||||
"Z",
|
"Z",
|
||||||
parameters = emptyList(),
|
parameters = emptyList(),
|
||||||
opcodes = listOf(
|
opcodes = listOf(
|
||||||
|
Opcode.MOVE_RESULT,
|
||||||
|
Opcode.RETURN,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.MOVE_RESULT,
|
Opcode.MOVE_RESULT,
|
||||||
),
|
),
|
||||||
|
Loading…
Reference in New Issue
Block a user