mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2026-01-11 05:36:17 +00:00
fix: disable hide-suggestions-patch patch until fixed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user