Преглед изворни кода

Reddit 2020.40.0 support

master
lint пре 3 година
родитељ
комит
088a9acf72
1 измењених фајлова са 4 додато и 1 уклоњено
  1. +4
    -1
      tweak/Reddit.xm

+ 4
- 1
tweak/Reddit.xm Прегледај датотеку

@@ -179,7 +179,10 @@ int secondVersionPart = 0;
[comment setAuthor:author];
[comment setBodyText:body];
[comment setBodyRichTextAttributed:bodyMutableAttributedText];
[comment setBodyAttributedText:bodyMutableAttributedText];
if (secondVersionPart <= 39) {
[comment setBodyAttributedText:bodyMutableAttributedText];
}
[[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment];

Loading…
Откажи
Сачувај