Skip to content

Commit b63fdeb

Browse files
fix(YouTube Music - Hide category bar): Add support for latest release (ReVanced#3968)
1 parent 2c65044 commit b63fdeb

File tree

1 file changed

+1
-3
lines changed
  • patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader

1 file changed

+1
-3
lines changed

patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader/Fingerprints.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ internal val constructCategoryBarFingerprint = fingerprint {
1515
Opcode.MOVE_RESULT_OBJECT,
1616
Opcode.IPUT_OBJECT,
1717
Opcode.CONST,
18-
Opcode.INVOKE_VIRTUAL,
19-
Opcode.NEW_INSTANCE,
20-
Opcode.INVOKE_DIRECT,
18+
Opcode.INVOKE_VIRTUAL
2119
)
2220
}

0 commit comments

Comments
 (0)