mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
refact: use kebab-case
for VideoAds
patch
This commit is contained in:
parent
19c0b0d194
commit
f28f20974f
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue