fix: don't overwrite register in compact-header
patch (#406)
This commit is contained in:
parent
9aa5484b4c
commit
7004b30ef9
|
@ -31,8 +31,8 @@ class CompactHeaderPatch : BytecodePatch(
|
|||
val register = (method.implementation!!.instructions[insertIndex - 1] as BuilderInstruction11x).registerA
|
||||
method.addInstructions(
|
||||
insertIndex, """
|
||||
const/16 v0, 0x8
|
||||
invoke-virtual {v${register}, v0}, Landroid/view/View;->setVisibility(I)V
|
||||
const/16 v2, 0x8
|
||||
invoke-virtual {v${register}, v2}, Landroid/view/View;->setVisibility(I)V
|
||||
"""
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue