Skip to content

Commit

Permalink
fix(YouTube Music): Make Hide 'Get Music Premium' label and `Remove…
Browse files Browse the repository at this point in the history
… upgrade button` compatible with latest version (#3164)
  • Loading branch information
ponces committed May 14, 2024
1 parent 15cbade commit 3ff20de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ internal object HideGetPremiumFingerprint : MethodFingerprint(
listOf(
Opcode.IF_NEZ,
Opcode.CONST_16,
Opcode.GOTO,
Opcode.NOP,
Opcode.INVOKE_VIRTUAL,
),
listOf("FEmusic_history", "FEmusic_offline"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ internal object PivotBarConstructorFingerprint : MethodFingerprint(
Opcode.CHECK_CAST,
Opcode.INVOKE_INTERFACE,
Opcode.GOTO,
Opcode.NOP,
Opcode.IPUT_OBJECT,
Opcode.RETURN_VOID,
),
Expand Down

0 comments on commit 3ff20de

Please sign in to comment.