fix(YouTube - Shorts components): Patching fails on YouTube 19.16.39

This commit is contained in:
inotia00 2024-12-16 12:26:56 +09:00
parent ed24d0c88a
commit 2fce2f7139

View File

@ -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(