fix: disable hide-suggestions-patch patch until fixed
This commit is contained in:
parent
af4d514038
commit
fb4dc1dcfc
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ class HideSuggestions : Patch("hide-suggestions") {
|
||||||
|
|
||||||
val clonedImplementation = clonedMethod.implementation!!
|
val clonedImplementation = clonedMethod.implementation!!
|
||||||
|
|
||||||
|
return PatchResultSuccess() // TODO: fix below
|
||||||
|
|
||||||
// fix the instructions registers
|
// fix the instructions registers
|
||||||
clonedImplementation.instructions.forEachIndexed { index, it ->
|
clonedImplementation.instructions.forEachIndexed { index, it ->
|
||||||
val opcode = it.opcode
|
val opcode = it.opcode
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue