fix(youtube/video-ads): invert condition to hide ads

This reverts commit a32af95156.
This commit is contained in:
oSumAtrIX 2022-10-10 22:17:52 +02:00 committed by GitHub
parent 47ea3a3da0
commit e353ed0b0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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-eqz v4, :show_video_ads if-nez v4, :show_video_ads
return-object v3 return-object v3
""", """,
listOf(ExternalLabel("show_video_ads", instruction(insertIndex))) listOf(ExternalLabel("show_video_ads", instruction(insertIndex)))