Преглед на файлове

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…
Отказ
Запис