fix(reddit/syncforlemmy): Switch import naming
This commit is contained in:
parent
bce0a745db
commit
811a7855f1
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue