mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 05:07:41 +02:00
fix: disable hide-suggestions-patch
patch until fixed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user