mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 13:46:17 +00:00
refact: use kebab-case for VideoAds patch
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user