From b803e3e1a743e32809195e8a358568572a59dac2 Mon Sep 17 00:00:00 2001 From: falafelp <85016163+falafelp@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:50:34 +0100 Subject: [PATCH] fix(instagram/hide-timeline-ads): fix compatibility with newer versions (#1672) Co-authored-by: BuildTools --- .../patches/ads/timeline/fingerprints/ShowAdFingerprint.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/fingerprints/ShowAdFingerprint.kt b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/fingerprints/ShowAdFingerprint.kt index 68edc8c92..55d2dafe5 100644 --- a/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/fingerprints/ShowAdFingerprint.kt +++ b/src/main/kotlin/app/revanced/patches/instagram/patches/ads/timeline/fingerprints/ShowAdFingerprint.kt @@ -21,6 +21,5 @@ object ShowAdFingerprint : MethodFingerprint( Opcode.CONST_4, Opcode.GOTO, Opcode.CONST_4, - Opcode.RETURN, ), )