mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-01 05:32:54 +01:00
fix: disable hide-suggestions-patch
patch until fixed
This commit is contained in:
parent
52fd726d9b
commit
99099ea0bc
@ -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…
Reference in New Issue
Block a user