From 2bd01e0307823a3985eb7b29c5d1397658a70bce Mon Sep 17 00:00:00 2001 From: inotia00 <108592928+inotia00@users.noreply.github.com> Date: Thu, 28 Sep 2023 23:21:33 +0900 Subject: [PATCH] fix(music): some patches are broken in `v6.15.52` --- .../music/utils/fingerprints/PlayerColorFingerprint.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main/kotlin/app/revanced/patches/music/utils/fingerprints/PlayerColorFingerprint.kt b/src/main/kotlin/app/revanced/patches/music/utils/fingerprints/PlayerColorFingerprint.kt index ec031fc0b..ace33a0aa 100644 --- a/src/main/kotlin/app/revanced/patches/music/utils/fingerprints/PlayerColorFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/music/utils/fingerprints/PlayerColorFingerprint.kt @@ -19,9 +19,6 @@ object PlayerColorFingerprint : MethodFingerprint( Opcode.IF_EQ, Opcode.IPUT, Opcode.IGET_OBJECT, - Opcode.INVOKE_VIRTUAL, - Opcode.INVOKE_VIRTUAL, - Opcode.MOVE_RESULT, - Opcode.IF_EQZ + Opcode.INVOKE_VIRTUAL ) ) \ No newline at end of file