fix(reddit/syncforlemmy): Switch import naming

This commit is contained in:
Pun Butrach
2026-01-12 17:28:40 +07:00
parent bce0a745db
commit 811a7855f1

View File

@@ -1,11 +1,11 @@
package app.revanced.patches.reddit.customclients.sync.syncforlemmy.ads
import app.revanced.patches.reddit.customclients.sync.ads.disableAdsPatch
import app.revanced.patches.reddit.customclients.sync.detection.piracy.disablePiracyDetectionPatch
import app.revanced.patches.reddit.customclients.sync.detection.piracy.`Disable piracy detection`
@Suppress("unused")
val disableAdsPatch = disableAdsPatch {
dependsOn(disablePiracyDetectionPatch)
dependsOn(`Disable piracy detection`)
compatibleWith("com.laurencedawson.reddit_sync")
}