fix(general-ads): invalid smali syntax

This commit is contained in:
oSumAtrIX 2022-10-10 14:28:35 +02:00 committed by GitHub
parent 748ee0442c
commit 30e8554729

View File

@ -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()
}
}
}