mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
fix(YouTube/Video information): app crash when casting https://github.com/inotia00/ReVanced_Extended/issues/2309
This commit is contained in:
@ -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"
|
||||
)
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user