mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-03 23:15:50 +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
@ -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 New Issue
Block a user