fix(Spotify): Change Hide Create button patch to default off (#6067)

This commit is contained in:
Dawid Krajcarz
2025-10-07 09:11:41 +02:00
committed by GitHub
parent ec0acc0f13
commit 19949e1695

View File

@@ -17,7 +17,8 @@ private const val EXTENSION_CLASS_DESCRIPTOR =
@Suppress("unused")
val hideCreateButtonPatch = bytecodePatch(
name = "Hide Create button",
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.",
use = false
) {
compatibleWith("com.spotify.music")