From 710aea377aed7eb8500686045dd684c050ce7b75 Mon Sep 17 00:00:00 2001 From: FullerBread2032 Date: Sat, 23 Nov 2024 12:07:18 +0100 Subject: [PATCH] fix(Youtube Music): `Hide category bar` patch in `7.28.51` --- .../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 d7f0f03deb..234078c2a6 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 ) }