fix(YouTube): Remove a dependency patch from the patch list
Close https://github.com/anddea/revanced-patches/issues/1234
This commit is contained in:
parent
317a7fc3ee
commit
04a99a39f3
1 changed files with 1 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue