Skip to content

Commit

Permalink
fix: disable hide-suggestions-patch patch until fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Apr 13, 2022
1 parent 52fd726 commit 99099ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99099ea

Please sign in to comment.