mirror of
https://github.com/revanced/revanced-patches
synced 2025-01-19 05:47:31 +01:00
refact: use kebab-case
for VideoAds
patch
This commit is contained in:
parent
19c0b0d194
commit
f28f20974f
@ -11,7 +11,7 @@ import app.revanced.patcher.signature.MethodSignature
|
|||||||
import app.revanced.patcher.smali.asInstructions
|
import app.revanced.patcher.smali.asInstructions
|
||||||
import org.jf.dexlib2.AccessFlags
|
import org.jf.dexlib2.AccessFlags
|
||||||
|
|
||||||
class VideoAds : Patch("VideoAds") {
|
class VideoAds : Patch("video-ads") {
|
||||||
override fun execute(cache: Cache): PatchResult {
|
override fun execute(cache: Cache): PatchResult {
|
||||||
val map = cache.methodMap["show-video-ads-constructor"].findParentMethod(
|
val map = cache.methodMap["show-video-ads-constructor"].findParentMethod(
|
||||||
MethodSignature(
|
MethodSignature(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user