fix(reddit/sync/Disable Piracy Detection): Privacy typo

This commit is contained in:
Pun Butrach
2026-01-12 17:01:16 +07:00
parent 2e6b7c2fe4
commit 357051105c

View File

@@ -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.",
) {