fix(YouTube/Video information): app crash when casting https://github.com/inotia00/ReVanced_Extended/issues/2309

This commit is contained in:
inotia00 2024-08-12 11:51:20 +09:00
parent 38b1247dd5
commit c805c17f49

View File

@ -541,7 +541,7 @@ object VideoInformationPatch : BytecodePatch(
internal fun onCreateHookMdx(targetMethodClass: String, targetMethodName: String) =
mdxConstructorMethod.addInstruction(
mdxConstructorInsertIndex++,
"invoke-static { }, $targetMethodClass->$targetMethodName(Ljava/lang/Object;)V"
"invoke-static { }, $targetMethodClass->$targetMethodName()V"
)
/**