refact: use kebab-case for VideoAds patch

This commit is contained in:
oSumAtrIX 2022-04-12 21:10:11 +02:00
parent 19c0b0d194
commit f28f20974f
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -11,7 +11,7 @@ import app.revanced.patcher.signature.MethodSignature
import app.revanced.patcher.smali.asInstructions
import org.jf.dexlib2.AccessFlags
class VideoAds : Patch("VideoAds") {
class VideoAds : Patch("video-ads") {
override fun execute(cache: Cache): PatchResult {
val map = cache.methodMap["show-video-ads-constructor"].findParentMethod(
MethodSignature(