From 176d34b2ff92d0eb627dad86ad87f559df3db815 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sun, 18 Dec 2022 19:38:44 +0100 Subject: [PATCH] feat(predictive-back-gesture): exclude by default --- .../interaction/gestures/patch/PredictiveBackGesturePatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/all/interaction/gestures/patch/PredictiveBackGesturePatch.kt b/src/main/kotlin/app/revanced/patches/all/interaction/gestures/patch/PredictiveBackGesturePatch.kt index 31ab6f2f..05beb7bd 100644 --- a/src/main/kotlin/app/revanced/patches/all/interaction/gestures/patch/PredictiveBackGesturePatch.kt +++ b/src/main/kotlin/app/revanced/patches/all/interaction/gestures/patch/PredictiveBackGesturePatch.kt @@ -9,7 +9,7 @@ import app.revanced.patcher.patch.PatchResultSuccess import app.revanced.patcher.patch.ResourcePatch import app.revanced.patcher.patch.annotations.Patch -@Patch +@Patch(false) @Name("predictive-back-gesture") @Description("Enables the predictive back gesture introduced on Android 13.") @Version("0.0.1")