mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-23 18:37:14 +02:00
fix(YouTube/Video information): app crash when casting https://github.com/inotia00/ReVanced_Extended/issues/2309
This commit is contained in:
parent
38b1247dd5
commit
c805c17f49
@ -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"
|
||||
)
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user