mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-28 00:16:47 +01:00
fix(youtube/custom-video-speed): fuzzy scan on fingerprint (#1135)
This commit is contained in:
parent
9185c2efbc
commit
7b2cf5698b
@ -1,10 +1,12 @@
|
||||
package app.revanced.patches.youtube.misc.video.speed.custom.fingerprints
|
||||
|
||||
import app.revanced.patcher.extensions.or
|
||||
import app.revanced.patcher.fingerprint.method.annotation.FuzzyPatternScanMethod
|
||||
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
|
||||
import org.jf.dexlib2.AccessFlags
|
||||
import org.jf.dexlib2.Opcode
|
||||
|
||||
@FuzzyPatternScanMethod(2)
|
||||
object SpeedArrayGeneratorFingerprint : MethodFingerprint(
|
||||
"[L",
|
||||
AccessFlags.PUBLIC or AccessFlags.STATIC,
|
||||
|
Loading…
Reference in New Issue
Block a user