mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-22 18:23:59 +00:00
fix(joeyforreddit/Disable ads): Switch import naming
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
package app.revanced.patches.reddit.customclients.joeyforreddit.ads
|
||||
|
||||
import app.revanced.patcher.extensions.addInstructions
|
||||
import app.revanced.patcher.patch.bytecodePatch
|
||||
import app.revanced.patcher.patch.creatingBytecodePatch
|
||||
import app.revanced.patches.reddit.customclients.joeyforreddit.detection.piracy.disablePiracyDetectionPatch
|
||||
import app.revanced.patches.reddit.customclients.joeyforreddit.detection.piracy.`Disable piracy detection`
|
||||
|
||||
@Suppress("unused", "ObjectPropertyName")
|
||||
val `Disable ads` by creatingBytecodePatch {
|
||||
dependsOn(disablePiracyDetectionPatch)
|
||||
dependsOn(`Disable piracy detection`)
|
||||
|
||||
compatibleWith("o.o.joey")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user