mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
chore: fix patch typo in WideSearchbarPatch
This commit is contained in:
parent
c59ecfb7a0
commit
0e66cf3099
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ object WideSearchbarPatch : BytecodePatch(
|
|||
val insertRegister = getInstruction<OneRegisterInstruction>(insertIndex).registerA
|
||||
|
||||
addInstructions(
|
||||
insertIndex,
|
||||
"""
|
||||
invoke-static {v$insertRegister}, $INTEGRATIONS_CLASS_DESCRIPTOR->enableWideSearchbar(Z)Z
|
||||
move-result v$insertRegister
|
||||
|
|
Loading…
Reference in a new issue