mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-12 21:27:43 +02:00
chore: lint code
This commit is contained in:
@ -94,7 +94,8 @@ object OverlayButtonsBytecodePatch : BytecodePatch(
|
||||
val moveObjectIndex = indexOfFirstInstructionOrThrow {
|
||||
(this as? TwoRegisterInstruction)?.registerB == registerResolver
|
||||
}
|
||||
val moveObjectRegister = getInstruction<TwoRegisterInstruction>(moveObjectIndex).registerA
|
||||
val moveObjectRegister =
|
||||
getInstruction<TwoRegisterInstruction>(moveObjectIndex).registerA
|
||||
invokerObjectIndex = indexOfFirstInstructionOrThrow(moveObjectIndex) {
|
||||
opcode == Opcode.IPUT_OBJECT
|
||||
&& getReference<FieldReference>()?.definingClass == definingClass
|
||||
|
Reference in New Issue
Block a user