From 357051105c0020dc35e6ca25b4273c334cee0f80 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 12 Jan 2026 17:01:16 +0700 Subject: [PATCH] fix(reddit/sync/Disable Piracy Detection): Privacy typo --- .../sync/detection/piracy/DisablePiracyDetectionPatch.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/detection/piracy/DisablePiracyDetectionPatch.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/detection/piracy/DisablePiracyDetectionPatch.kt index 05215d133..6b6524eaf 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/detection/piracy/DisablePiracyDetectionPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/sync/detection/piracy/DisablePiracyDetectionPatch.kt @@ -3,7 +3,7 @@ package app.revanced.patches.reddit.customclients.sync.detection.piracy import app.revanced.patcher.extensions.addInstruction import app.revanced.patcher.patch.creatingBytecodePatch -val `Disable privacy detection` = creatingBytecodePatch( +val `Disable piracy detection` by creatingBytecodePatch( description = "Disables detection of modified versions.", ) {