fix: disable hide-suggestions-patch patch until fixed

This commit is contained in:
oSumAtrIX
2022-04-13 05:18:51 +02:00
parent 52fd726d9b
commit 99099ea0bc

View File

@ -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