mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-29 11:55:51 +01:00
feat(YouTube): Support version 18.43.45
for Playback speed
and Restore old video quality menu
This commit is contained in:
parent
e21286e4d7
commit
c5236f812e
@ -21,7 +21,7 @@ object RecyclerViewTreeHookPatch : BytecodePatch(
|
|||||||
|
|
||||||
RecyclerViewTreeObserverFingerprint.result?.let {
|
RecyclerViewTreeObserverFingerprint.result?.let {
|
||||||
it.mutableMethod.apply {
|
it.mutableMethod.apply {
|
||||||
val insertIndex = it.scanResult.patternScanResult!!.startIndex + 5
|
val insertIndex = it.scanResult.patternScanResult!!.startIndex
|
||||||
val recyclerViewParameter = 2
|
val recyclerViewParameter = 2
|
||||||
|
|
||||||
addHook = { classDescriptor ->
|
addHook = { classDescriptor ->
|
||||||
|
@ -11,11 +11,10 @@ object RecyclerViewTreeObserverFingerprint : MethodFingerprint(
|
|||||||
opcodes = listOf(
|
opcodes = listOf(
|
||||||
Opcode.NEW_INSTANCE,
|
Opcode.NEW_INSTANCE,
|
||||||
Opcode.INVOKE_DIRECT,
|
Opcode.INVOKE_DIRECT,
|
||||||
Opcode.IPUT_OBJECT,
|
Opcode.INVOKE_VIRTUAL,
|
||||||
Opcode.IGET_BOOLEAN,
|
Opcode.NEW_INSTANCE,
|
||||||
Opcode.IF_NEZ,
|
Opcode.INVOKE_DIRECT,
|
||||||
Opcode.INVOKE_VIRTUAL_RANGE,
|
Opcode.IPUT_OBJECT
|
||||||
Opcode.MOVE_RESULT_OBJECT
|
|
||||||
),
|
),
|
||||||
strings = listOf("LithoRVSLCBinder")
|
strings = listOf("LithoRVSLCBinder")
|
||||||
)
|
)
|
Loading…
Reference in New Issue
Block a user