mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-07 18:14:36 +02:00
fix(YouTube/Return YouTube Dislike): RTL layout not applied in RollingNumber
This commit is contained in:
parent
66dd981654
commit
d5bc7d6588
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user