mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-05 02:33:20 +01:00
fix: change fingerprint to work on latest youtube (#80)
This commit is contained in:
parent
17162044e4
commit
4dba323ddf
@ -22,10 +22,6 @@ object AutonavInformerFingerprint : MethodFingerprint(
|
|||||||
AccessFlags.PUBLIC or AccessFlags.FINAL,
|
AccessFlags.PUBLIC or AccessFlags.FINAL,
|
||||||
null,
|
null,
|
||||||
listOf(
|
listOf(
|
||||||
Opcode.IGET_BOOLEAN,
|
|
||||||
Opcode.IF_EQZ,
|
|
||||||
Opcode.IGET_BOOLEAN,
|
|
||||||
Opcode.RETURN,
|
|
||||||
Opcode.IGET_OBJECT,
|
Opcode.IGET_OBJECT,
|
||||||
Opcode.INVOKE_INTERFACE,
|
Opcode.INVOKE_INTERFACE,
|
||||||
Opcode.MOVE_RESULT_OBJECT,
|
Opcode.MOVE_RESULT_OBJECT,
|
||||||
|
Loading…
Reference in New Issue
Block a user