fix(reddit/joeyforreddit): Switch import naming
This commit is contained in:
parent
811a7855f1
commit
8c0c3b44e5
1 changed files with 2 additions and 2 deletions
|
|
@ -3,11 +3,11 @@ package app.revanced.patches.reddit.customclients.joeyforreddit.api
|
|||
import app.revanced.patches.reddit.customclients.infinity.api.authUtilityUserAgentMethod
|
||||
import app.revanced.patches.reddit.customclients.infinity.api.getClientIdMethod
|
||||
import app.revanced.patches.reddit.customclients.`Spoof client`
|
||||
import app.revanced.patches.reddit.customclients.sync.detection.piracy.disablePiracyDetectionPatch
|
||||
import app.revanced.patches.reddit.customclients.sync.detection.piracy.`Disable piracy detection`
|
||||
import app.revanced.util.returnEarly
|
||||
|
||||
val spoofClientPatch = `Spoof client`(redirectUri = "https://127.0.0.1:65023/authorize_callback") { clientIdOption ->
|
||||
dependsOn(disablePiracyDetectionPatch)
|
||||
dependsOn(`Disable piracy detection`)
|
||||
|
||||
compatibleWith(
|
||||
"o.o.joey",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue