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 12571dda75
commit e135485250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,
),