fix(general-ads): invalid smali syntax

This commit is contained in:
oSumAtrIX 2022-10-10 14:28:35 +02:00 committed by GitHub
parent aeb7b67633
commit 86224c1f60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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