mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 09:07:46 +01:00
fix: disable hide-suggestions-patch
patch until fixed
This commit is contained in:
parent
52fd726d9b
commit
99099ea0bc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue