Skip to content

Commit

Permalink
fix(YouTube Music/Player components): patches do not apply properly i…
Browse files Browse the repository at this point in the history
…n certain versions
  • Loading branch information
inotia00 committed Oct 6, 2024
1 parent 98a1cb3 commit a4227ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import com.android.tools.smali.dexlib2.iface.reference.MethodReference
internal object EngagementPanelHeightFingerprint : MethodFingerprint(
returnType = "L",
accessFlags = AccessFlags.PUBLIC or AccessFlags.FINAL,
// In YouTube Music 7.21.50+, there are two methods with similar structure, so this Opcode pattern must be used.
opcodes = listOf(
Opcode.IGET_OBJECT,
Opcode.IGET_OBJECT,
Opcode.INVOKE_VIRTUAL,
Opcode.MOVE_RESULT,
Expand Down

0 comments on commit a4227ae

Please sign in to comment.