mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-08 10:34:33 +02:00
rollback(return-youtube-dislike): latest commit
This commit is contained in:
parent
7d0181619d
commit
ee9e69e328
@ -20,7 +20,7 @@ import app.revanced.patches.shared.annotation.YouTubeCompatibility
|
|||||||
import app.revanced.patches.youtube.misc.returnyoutubedislike.fingerprints.*
|
import app.revanced.patches.youtube.misc.returnyoutubedislike.fingerprints.*
|
||||||
import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
|
import app.revanced.patches.youtube.misc.settings.resource.patch.SettingsPatch
|
||||||
import app.revanced.patches.youtube.misc.videoid.mainstream.patch.MainstreamVideoIdPatch
|
import app.revanced.patches.youtube.misc.videoid.mainstream.patch.MainstreamVideoIdPatch
|
||||||
import app.revanced.util.integrations.Constants.INTEGRATIONS_PATH
|
import app.revanced.util.integrations.Constants.UTILS_PATH
|
||||||
import org.jf.dexlib2.Opcode
|
import org.jf.dexlib2.Opcode
|
||||||
import org.jf.dexlib2.builder.instruction.BuilderInstruction3rc
|
import org.jf.dexlib2.builder.instruction.BuilderInstruction3rc
|
||||||
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
import org.jf.dexlib2.iface.instruction.OneRegisterInstruction
|
||||||
@ -181,7 +181,7 @@ class ReturnYouTubeDislikePatch : BytecodePatch(
|
|||||||
}
|
}
|
||||||
private companion object {
|
private companion object {
|
||||||
const val INTEGRATIONS_RYD_CLASS_DESCRIPTOR =
|
const val INTEGRATIONS_RYD_CLASS_DESCRIPTOR =
|
||||||
"$INTEGRATIONS_PATH/returnyoutubedislike/ReturnYouTubeDislike;"
|
"$UTILS_PATH/ReturnYouTubeDislikePatch;"
|
||||||
|
|
||||||
private lateinit var objectReference: FieldReference
|
private lateinit var objectReference: FieldReference
|
||||||
var objectIndex: Int = 0
|
var objectIndex: Int = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user