Skip to content

Commit 3ff20de

Browse files
authored
fix(YouTube Music): Make Hide 'Get Music Premium' label and Remove upgrade button compatible with latest version (ReVanced#3164)
1 parent 15cbade commit 3ff20de

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

src/main/kotlin/app/revanced/patches/music/layout/premium/fingerprints/HideGetPremiumFingerprint.kt

-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ internal object HideGetPremiumFingerprint : MethodFingerprint(
1212
listOf(
1313
Opcode.IF_NEZ,
1414
Opcode.CONST_16,
15-
Opcode.GOTO,
16-
Opcode.NOP,
1715
Opcode.INVOKE_VIRTUAL,
1816
),
1917
listOf("FEmusic_history", "FEmusic_offline"),

src/main/kotlin/app/revanced/patches/music/layout/upgradebutton/fingerprints/PivotBarConstructorFingerprint.kt

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ internal object PivotBarConstructorFingerprint : MethodFingerprint(
1313
Opcode.CHECK_CAST,
1414
Opcode.INVOKE_INTERFACE,
1515
Opcode.GOTO,
16-
Opcode.NOP,
1716
Opcode.IPUT_OBJECT,
1817
Opcode.RETURN_VOID,
1918
),

0 commit comments

Comments
 (0)