fix comments

This commit is contained in:
inotia00 2023-04-23 00:09:05 +09:00
parent b4df34498f
commit f5bf370002
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ class ButtonContainerPatch : ResourcePatch {
with(LithoFilterPatch.lithoMethod) { with(LithoFilterPatch.lithoMethod) {
if (LithoFilterPatch.bufferFingerprintResolved) { if (LithoFilterPatch.bufferFingerprintResolved) {
// 18.11.35+ // 18.11.36+
addInstructions( addInstructions(
0, """ 0, """
move-object/from16 v10, p3 move-object/from16 v10, p3

View File

@ -104,7 +104,7 @@ class LithoFilterPatch : BytecodePatch(
""" """
if (bufferFingerprintResolved) { if (bufferFingerprintResolved) {
// 18.11.35+ // 18.11.36+
val objectIndex = indexOfFirst { val objectIndex = indexOfFirst {
it.opcode == Opcode.CONST_STRING && it.opcode == Opcode.CONST_STRING &&
(it as BuilderInstruction21c).reference.toString() == "" (it as BuilderInstruction21c).reference.toString() == ""