fix(joeyforreddit/Disable ads): Switch import naming

This commit is contained in:
Pun Butrach
2026-01-12 16:47:12 +07:00
parent 5477e8edbe
commit dd5b9ac58d

View File

@@ -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")