mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
fix: compatibility of force-vp9-codec-parent-fingerprint
fingerprint with version 17.27.39
This commit is contained in:
parent
bb40de567f
commit
523fd8627b
1 changed files with 3 additions and 3 deletions
|
@ -11,14 +11,14 @@ import org.jf.dexlib2.AccessFlags
|
|||
|
||||
@Name("force-vp9-codec-parent-fingerprint")
|
||||
@MatchingMethod(
|
||||
"Lpzs;", "Y"
|
||||
"Lqaa;", "U"
|
||||
)
|
||||
@DirectPatternScanMethod
|
||||
@ForceVP9Compatibility
|
||||
@Version("0.0.1")
|
||||
object ForceVP9ParentFingerprint : MethodFingerprint(
|
||||
"V", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf("L", "L", "L"), null,
|
||||
"L", AccessFlags.PUBLIC or AccessFlags.STATIC, listOf(), null,
|
||||
listOf(
|
||||
"Share video error: null watch uri"
|
||||
"sys.display-size", "x"
|
||||
)
|
||||
)
|
Loading…
Reference in a new issue