Skip to content

Commit

Permalink
fix: change fingerprint to work on latest youtube (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
bogadana committed Jun 30, 2022
1 parent 1716204 commit 4dba323
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4dba323

Please sign in to comment.