mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-12 04:24:36 +02:00
fix(YouTube Music/Video Information): apply fingerprint compatible with the wider version
This commit is contained in:
parent
a81746bd8a
commit
e7aa9c1b41
@ -1,17 +1,16 @@
|
|||||||
package app.revanced.patches.music.video.information.fingerprints
|
package app.revanced.patches.music.video.information.fingerprints
|
||||||
|
|
||||||
import app.revanced.patcher.fingerprint.MethodFingerprint
|
import app.revanced.util.fingerprint.MethodReferenceNameFingerprint
|
||||||
import com.android.tools.smali.dexlib2.Opcode
|
import com.android.tools.smali.dexlib2.Opcode
|
||||||
|
|
||||||
object VideoLengthFingerprint : MethodFingerprint(
|
object VideoLengthFingerprint : MethodReferenceNameFingerprint(
|
||||||
opcodes = listOf(
|
opcodes = listOf(
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.MOVE_RESULT_WIDE,
|
Opcode.MOVE_RESULT_WIDE,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.MOVE_RESULT_WIDE,
|
Opcode.MOVE_RESULT_WIDE,
|
||||||
Opcode.INVOKE_VIRTUAL,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.MOVE_RESULT_WIDE,
|
Opcode.MOVE_RESULT_WIDE
|
||||||
Opcode.INVOKE_VIRTUAL,
|
),
|
||||||
Opcode.MOVE_RESULT
|
reference = { "invalidate" }
|
||||||
)
|
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user