fix(general-ads): invalid smali syntax
This commit is contained in:
parent
748ee0442c
commit
30e8554729
|
@ -48,7 +48,7 @@ class VideoAdsPatch : BytecodePatch(
|
||||||
invoke-static { }, Lapp/revanced/integrations/patches/VideoAdsPatch;->shouldShowAds()Z
|
invoke-static { }, Lapp/revanced/integrations/patches/VideoAdsPatch;->shouldShowAds()Z
|
||||||
move-result v1
|
move-result v1
|
||||||
if-nez v1, :show_video_ads
|
if-nez v1, :show_video_ads
|
||||||
new-instance v0 Ljava/util/ArrayList;
|
new-instance v0, Ljava/util/ArrayList;
|
||||||
invoke-direct { v0 }, Ljava/util/ArrayList;-><init>()V
|
invoke-direct { v0 }, Ljava/util/ArrayList;-><init>()V
|
||||||
return-object v0
|
return-object v0
|
||||||
""",
|
""",
|
||||||
|
@ -58,4 +58,4 @@ class VideoAdsPatch : BytecodePatch(
|
||||||
|
|
||||||
return PatchResultSuccess()
|
return PatchResultSuccess()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue