mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-24 09:01:18 +01:00
chore: fix patch typo in WideSearchbarPatch
This commit is contained in:
parent
c59ecfb7a0
commit
0e66cf3099
@ -86,6 +86,7 @@ object WideSearchbarPatch : BytecodePatch(
|
|||||||
val insertRegister = getInstruction<OneRegisterInstruction>(insertIndex).registerA
|
val insertRegister = getInstruction<OneRegisterInstruction>(insertIndex).registerA
|
||||||
|
|
||||||
addInstructions(
|
addInstructions(
|
||||||
|
insertIndex,
|
||||||
"""
|
"""
|
||||||
invoke-static {v$insertRegister}, $INTEGRATIONS_CLASS_DESCRIPTOR->enableWideSearchbar(Z)Z
|
invoke-static {v$insertRegister}, $INTEGRATIONS_CLASS_DESCRIPTOR->enableWideSearchbar(Z)Z
|
||||||
move-result v$insertRegister
|
move-result v$insertRegister
|
||||||
|
Loading…
x
Reference in New Issue
Block a user