Skip to content

Commit e329e1d

Browse files
authored
fix(YouTube Music - Remove upgrade button): Fix compatibility with latest versions (#3045)
1 parent 6a8b669 commit e329e1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ internal object PivotBarConstructorFingerprint : MethodFingerprint(
1313
Opcode.CHECK_CAST,
1414
Opcode.INVOKE_INTERFACE,
1515
Opcode.GOTO,
16+
Opcode.NOP,
1617
Opcode.IPUT_OBJECT,
1718
Opcode.RETURN_VOID,
1819
),

0 commit comments

Comments
 (0)