mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-26 12:11:02 +00:00
fix(reddit/syncforlemmy): Switch import naming
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user