Skip to content

Commit

Permalink
fix: merge 10.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Nov 8, 2023
1 parent 64393cf commit 4cf3100
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,8 +693,6 @@ public static class TextLayoutBlock {

public boolean code;
public boolean quote;
public String language;
public Drawable selectorDrawable;

public String language;
public Text languageLayout;
Expand Down Expand Up @@ -6213,7 +6211,6 @@ public void generateLayout(TLRPC.User fromUser) {

block.code = range.code;
block.quote = range.quote;
block.language = range.language;

block.first = a == 0;
block.last = a == textRanges.size() - 1;
Expand Down Expand Up @@ -6612,7 +6609,6 @@ public TextLayoutBlocks(MessageObject messageObject, @NonNull CharSequence text,

block.code = range.code;
block.quote = range.quote;
block.language = range.language;

block.first = a == 0;
block.last = a == textRanges.size() - 1;
Expand Down

0 comments on commit 4cf3100

Please sign in to comment.