Skip to content

Commit 19949e1

Browse files
authored
fix(Spotify): Change Hide Create button patch to default off (#6067)
1 parent ec0acc0 commit 19949e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

patches/src/main/kotlin/app/revanced/patches/spotify/layout/hide/createbutton/HideCreateButtonPatch.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
1717
@Suppress("unused")
1818
val hideCreateButtonPatch = bytecodePatch(
1919
name = "Hide Create button",
20-
description = "Hides the \"Create\" button in the navigation bar."
20+
description = "Hides the \"Create\" button in the navigation bar. The latest app targets do not need this patch.",
21+
use = false
2122
) {
2223
compatibleWith("com.spotify.music")
2324

0 commit comments

Comments
 (0)