fix(youtube/general-ads): resolve fingerprint to correct method (#1404)

This commit is contained in:
0xrxL
2022-12-31 03:48:57 +01:00
committed by GitHub
parent ad6fab930d
commit 50e210d94f

View File

@@ -8,6 +8,8 @@ object CanScrollVerticallyFingerprint : MethodFingerprint(
"Z",
parameters = emptyList(),
opcodes = listOf(
Opcode.MOVE_RESULT,
Opcode.RETURN,
Opcode.INVOKE_VIRTUAL,
Opcode.MOVE_RESULT,
),