fix(YouTube/Return YouTube Dislike): RTL layout not applied in RollingNumber

This commit is contained in:
inotia00 2023-11-28 15:08:51 +09:00
parent 66dd981654
commit d5bc7d6588

View File

@ -62,7 +62,8 @@ object ReturnYouTubeDislikeRollingNumberPatch : BytecodePatch(
implementation!!.instructions.indexOfFirst { instruction ->
instruction.opcode == Opcode.IPUT_OBJECT
}
charSequenceFieldReference = getInstruction<ReferenceInstruction>(rollingNumberFieldIndex).reference
charSequenceFieldReference =
getInstruction<ReferenceInstruction>(rollingNumberFieldIndex).reference
} ?: throw PatchException("RollingNumberClass not found!")
val insertIndex = rollingNumberClassIndex + 1