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