mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 05:37:40 +02:00
8 lines
224 B
Kotlin
8 lines
224 B
Kotlin
package app.revanced.patches.shared.fingerprints
|
|
|
|
|
|
import app.revanced.patcher.fingerprint.method.impl.MethodFingerprint
|
|
|
|
object SeekbarOnDrawFingerprint : MethodFingerprint(
|
|
customFingerprint = { it.name == "onDraw" }
|
|
) |