mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
feat(youtube): improve patching speed
This commit is contained in:
@ -5,6 +5,6 @@ import app.revanced.util.bytecode.isWide32LiteralExists
|
||||
|
||||
object ThumbnailPreviewConfigFingerprint : MethodFingerprint(
|
||||
returnType = "Z",
|
||||
parameters = listOf(),
|
||||
parameters = emptyList(),
|
||||
customFingerprint = { methodDef, _ -> methodDef.isWide32LiteralExists(45398577) }
|
||||
)
|
Reference in New Issue
Block a user