We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hide Create button
1 parent ec0acc0 commit 19949e1Copy full SHA for 19949e1
patches/src/main/kotlin/app/revanced/patches/spotify/layout/hide/createbutton/HideCreateButtonPatch.kt
@@ -17,7 +17,8 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
17
@Suppress("unused")
18
val hideCreateButtonPatch = bytecodePatch(
19
name = "Hide Create button",
20
- description = "Hides the \"Create\" button in the navigation bar."
+ description = "Hides the \"Create\" button in the navigation bar. The latest app targets do not need this patch.",
21
+ use = false
22
) {
23
compatibleWith("com.spotify.music")
24
0 commit comments