From 8c0c3b44e5cfb9a52e186eaad21a2f7598188539 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 12 Jan 2026 17:28:44 +0700 Subject: [PATCH] fix(reddit/joeyforreddit): Switch import naming --- .../customclients/joeyforreddit/api/SpoofClientPatch.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/joeyforreddit/api/SpoofClientPatch.kt b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/joeyforreddit/api/SpoofClientPatch.kt index d14b8ca59..c52a7c3d5 100644 --- a/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/joeyforreddit/api/SpoofClientPatch.kt +++ b/patches/src/main/kotlin/app/revanced/patches/reddit/customclients/joeyforreddit/api/SpoofClientPatch.kt @@ -3,11 +3,11 @@ package app.revanced.patches.reddit.customclients.joeyforreddit.api import app.revanced.patches.reddit.customclients.infinity.api.authUtilityUserAgentMethod import app.revanced.patches.reddit.customclients.infinity.api.getClientIdMethod import app.revanced.patches.reddit.customclients.`Spoof client` -import app.revanced.patches.reddit.customclients.sync.detection.piracy.disablePiracyDetectionPatch +import app.revanced.patches.reddit.customclients.sync.detection.piracy.`Disable piracy detection` import app.revanced.util.returnEarly val spoofClientPatch = `Spoof client`(redirectUri = "https://127.0.0.1:65023/authorize_callback") { clientIdOption -> - dependsOn(disablePiracyDetectionPatch) + dependsOn(`Disable piracy detection`) compatibleWith( "o.o.joey",