mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-17 06:47:15 +02:00
fix(YouTube - Shorts components): Patching fails on YouTube 19.16.39
This commit is contained in:
parent
ed24d0c88a
commit
2fce2f7139
@ -49,8 +49,7 @@ internal val liveHeaderElementsContainerFingerprint = legacyFingerprint(
|
|||||||
|
|
||||||
fun indexOfAddLiveHeaderElementsContainerInstruction(method: Method) =
|
fun indexOfAddLiveHeaderElementsContainerInstruction(method: Method) =
|
||||||
method.indexOfFirstInstruction {
|
method.indexOfFirstInstruction {
|
||||||
opcode == Opcode.INVOKE_DIRECT &&
|
getReference<MethodReference>()?.name == "addView"
|
||||||
getReference<MethodReference>()?.name == "addView"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
internal val reelEnumConstructorFingerprint = legacyFingerprint(
|
internal val reelEnumConstructorFingerprint = legacyFingerprint(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user