mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-01 03:22:55 +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!!
|
||||
|
||||
return PatchResultSuccess() // TODO: fix below
|
||||
|
||||
// fix the instructions registers
|
||||
clonedImplementation.instructions.forEachIndexed { index, it ->
|
||||
val opcode = it.opcode
|
||||
|
Loading…
Reference in New Issue
Block a user