From 99099ea0bc12f5f25896967db642442df69d0c4f Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Wed, 13 Apr 2022 05:18:51 +0200 Subject: [PATCH] fix: disable `hide-suggestions-patch` patch until fixed --- src/main/kotlin/app/revanced/patches/layout/HideSuggestions.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/kotlin/app/revanced/patches/layout/HideSuggestions.kt b/src/main/kotlin/app/revanced/patches/layout/HideSuggestions.kt index 9338c4e2..d6870ff9 100644 --- a/src/main/kotlin/app/revanced/patches/layout/HideSuggestions.kt +++ b/src/main/kotlin/app/revanced/patches/layout/HideSuggestions.kt @@ -59,6 +59,8 @@ class HideSuggestions : Patch("hide-suggestions") { val clonedImplementation = clonedMethod.implementation!! + return PatchResultSuccess() // TODO: fix below + // fix the instructions registers clonedImplementation.instructions.forEachIndexed { index, it -> val opcode = it.opcode