fix(YouTube): Remove a dependency patch from the patch list

Close https://github.com/anddea/revanced-patches/issues/1234
This commit is contained in:
Aaron Veil 2025-09-26 13:40:07 +03:00
parent 317a7fc3ee
commit 04a99a39f3

View file

@ -2,13 +2,10 @@ package app.revanced.patches.youtube.player.overlaybuttons
import app.revanced.patcher.patch.resourcePatch
import app.revanced.patches.youtube.utils.compatibility.Constants.COMPATIBLE_PACKAGE
import app.revanced.patches.youtube.utils.patch.PatchList.OVERLAY_BUTTONS
import app.revanced.util.ResourceGroup
import app.revanced.util.copyResources
val geminiButton = resourcePatch(
OVERLAY_BUTTONS.summary,
) {
val geminiButton = resourcePatch {
compatibleWith(COMPATIBLE_PACKAGE)
execute {