mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-16 22:37:17 +02:00
feat(YouTube Music): add Hide player overlay filter
patch
This commit is contained in:
parent
1f3043c8f7
commit
0ca730ab76
@ -0,0 +1,33 @@
|
|||||||
|
package app.revanced.patches.music.layout.doubletapbackground
|
||||||
|
|
||||||
|
import app.revanced.patcher.patch.annotation.CompatiblePackage
|
||||||
|
import app.revanced.patcher.patch.annotation.Patch
|
||||||
|
import app.revanced.patches.shared.patch.overlaybackground.AbstractOverlayBackgroundPatch
|
||||||
|
|
||||||
|
@Patch(
|
||||||
|
name = "Hide player overlay filter",
|
||||||
|
description = "Removes the dark overlay when single-tapping player.",
|
||||||
|
compatiblePackages = [
|
||||||
|
CompatiblePackage(
|
||||||
|
"com.google.android.apps.youtube.music",
|
||||||
|
[
|
||||||
|
"6.21.52",
|
||||||
|
"6.22.52",
|
||||||
|
"6.23.56",
|
||||||
|
"6.25.53",
|
||||||
|
"6.26.51",
|
||||||
|
"6.27.54",
|
||||||
|
"6.28.53",
|
||||||
|
"6.29.58",
|
||||||
|
"6.31.55",
|
||||||
|
"6.33.52"
|
||||||
|
]
|
||||||
|
)
|
||||||
|
],
|
||||||
|
use = false
|
||||||
|
)
|
||||||
|
@Suppress("unused")
|
||||||
|
object PlayerOverlayFilterPatch : AbstractOverlayBackgroundPatch(
|
||||||
|
arrayOf("music_controls_overlay.xml"),
|
||||||
|
arrayOf("player_control_screen")
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user