From b63fdeb10b504468307a77bd5de69407906848bf Mon Sep 17 00:00:00 2001 From: FullerBread2032 <56510855+FullerBread2032@users.noreply.github.com> Date: Fri, 29 Nov 2024 07:35:19 +0100 Subject: [PATCH] fix(YouTube Music - Hide category bar): Add support for latest release (#3968) --- .../patches/music/layout/compactheader/Fingerprints.kt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader/Fingerprints.kt b/patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader/Fingerprints.kt index d7f0f03de..234078c2a 100644 --- a/patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader/Fingerprints.kt +++ b/patches/src/main/kotlin/app/revanced/patches/music/layout/compactheader/Fingerprints.kt @@ -15,8 +15,6 @@ internal val constructCategoryBarFingerprint = fingerprint { Opcode.MOVE_RESULT_OBJECT, Opcode.IPUT_OBJECT, Opcode.CONST, - Opcode.INVOKE_VIRTUAL, - Opcode.NEW_INSTANCE, - Opcode.INVOKE_DIRECT, + Opcode.INVOKE_VIRTUAL ) }