From bdeb8e04609a0ca94d9e2921bf7d486b9e229cec Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 22 Jul 2022 22:10:26 +0200 Subject: [PATCH] fix: exclude `swipe-controls` by default due to instability --- .../swipecontrols/patch/bytecode/SwipeControlsBytecodePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/patch/bytecode/SwipeControlsBytecodePatch.kt b/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/patch/bytecode/SwipeControlsBytecodePatch.kt index 03cb06208..48b604da9 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/patch/bytecode/SwipeControlsBytecodePatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/interaction/swipecontrols/patch/bytecode/SwipeControlsBytecodePatch.kt @@ -17,7 +17,7 @@ import app.revanced.patches.youtube.misc.integrations.patch.IntegrationsPatch import app.revanced.patches.youtube.misc.playeroverlay.patch.PlayerOverlaysHookPatch import app.revanced.patches.youtube.misc.playertype.patch.PlayerTypeHookPatch -@Patch +@Patch(include = false) @Name("swipe-controls") @Description("Adds volume and brightness swipe controls.") @SwipeControlsCompatibility