diff --git a/src/main/kotlin/app/revanced/patches/music/layout/compactheader/patch/CompactHeaderPatch.kt b/src/main/kotlin/app/revanced/patches/music/layout/compactheader/patch/CompactHeaderPatch.kt index e046b453a..f58d8875f 100644 --- a/src/main/kotlin/app/revanced/patches/music/layout/compactheader/patch/CompactHeaderPatch.kt +++ b/src/main/kotlin/app/revanced/patches/music/layout/compactheader/patch/CompactHeaderPatch.kt @@ -31,8 +31,8 @@ class CompactHeaderPatch : BytecodePatch( val register = (method.implementation!!.instructions[insertIndex - 1] as BuilderInstruction11x).registerA method.addInstructions( insertIndex, """ - const/16 v0, 0x8 - invoke-virtual {v${register}, v0}, Landroid/view/View;->setVisibility(I)V + const/16 v2, 0x8 + invoke-virtual {v${register}, v2}, Landroid/view/View;->setVisibility(I)V """ )