mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
fix: change fingerprint to work on latest youtube (#80)
This commit is contained in:
parent
17162044e4
commit
4dba323ddf
1 changed files with 0 additions and 4 deletions
|
@ -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 a new issue