mirror of
https://github.com/revanced/revanced-patches
synced 2024-11-10 11:49:29 +01:00
fix(video-ads): invert the condition to hide ads
This commit is contained in:
parent
faa36e6a01
commit
a32af95156
@ -49,7 +49,7 @@ class VideoAdsPatch : BytecodePatch(
|
|||||||
"""
|
"""
|
||||||
invoke-static { }, Lapp/revanced/integrations/patches/VideoAdsPatch;->shouldShowAds()Z
|
invoke-static { }, Lapp/revanced/integrations/patches/VideoAdsPatch;->shouldShowAds()Z
|
||||||
move-result v4
|
move-result v4
|
||||||
if-nez v4, :show_video_ads
|
if-eqz v4, :show_video_ads
|
||||||
return-object v3
|
return-object v3
|
||||||
""",
|
""",
|
||||||
listOf(ExternalLabel("show_video_ads", instruction(insertIndex)))
|
listOf(ExternalLabel("show_video_ads", instruction(insertIndex)))
|
||||||
|
Loading…
Reference in New Issue
Block a user