We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c93c6 commit dee3a45Copy full SHA for dee3a45
src/main/kotlin/app/revanced/patches/music/player/oldstyleminiplayer/OldStyleMiniPlayerPatch.kt
@@ -19,7 +19,7 @@ import com.android.tools.smali.dexlib2.iface.instruction.OneRegisterInstruction
19
20
@Patch(
21
name = "Enable old style miniplayer",
22
- description = "Adds an option to return the miniplayer to the old style.",
+ description = "Adds an option to return the miniplayer to the old style. Deprecated in v6.42+.",
23
dependencies = [
24
SettingsPatch::class,
25
SharedResourceIdPatch::class
0 commit comments