feat(predictive-back-gesture): exclude by default

This commit is contained in:
oSumAtrIX 2022-12-18 19:38:44 +01:00
parent 1e5b007c85
commit 176d34b2ff
No known key found for this signature in database
GPG key ID: A9B3094ACDB604B4

View file

@ -9,7 +9,7 @@ import app.revanced.patcher.patch.PatchResultSuccess
import app.revanced.patcher.patch.ResourcePatch import app.revanced.patcher.patch.ResourcePatch
import app.revanced.patcher.patch.annotations.Patch import app.revanced.patcher.patch.annotations.Patch
@Patch @Patch(false)
@Name("predictive-back-gesture") @Name("predictive-back-gesture")
@Description("Enables the predictive back gesture introduced on Android 13.") @Description("Enables the predictive back gesture introduced on Android 13.")
@Version("0.0.1") @Version("0.0.1")