mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-04 08:32:54 +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,
|
||||
null,
|
||||
listOf(
|
||||
Opcode.IGET_BOOLEAN,
|
||||
Opcode.IF_EQZ,
|
||||
Opcode.IGET_BOOLEAN,
|
||||
Opcode.RETURN,
|
||||
Opcode.IGET_OBJECT,
|
||||
Opcode.INVOKE_INTERFACE,
|
||||
Opcode.MOVE_RESULT_OBJECT,
|
||||
|
Loading…
Reference in New Issue
Block a user