mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-27 23:26:55 +01:00
fix(general-ads): invalid smali syntax
This commit is contained in:
parent
aeb7b67633
commit
86224c1f60
@ -48,7 +48,7 @@ class VideoAdsPatch : BytecodePatch(
|
||||
invoke-static { }, Lapp/revanced/integrations/patches/VideoAdsPatch;->shouldShowAds()Z
|
||||
move-result v1
|
||||
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
|
||||
return-object v0
|
||||
""",
|
||||
@ -58,4 +58,4 @@ class VideoAdsPatch : BytecodePatch(
|
||||
|
||||
return PatchResultSuccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user