Przeglądaj źródła

Reddit 2020.40.0 support

master
lint 3 lat temu
rodzic
commit
088a9acf72
1 zmienionych plików z 4 dodań i 1 usunięć
  1. +4
    -1
      tweak/Reddit.xm

+ 4
- 1
tweak/Reddit.xm Wyświetl plik

[comment setAuthor:author]; [comment setAuthor:author];
[comment setBodyText:body]; [comment setBodyText:body];
[comment setBodyRichTextAttributed:bodyMutableAttributedText]; [comment setBodyRichTextAttributed:bodyMutableAttributedText];
[comment setBodyAttributedText:bodyMutableAttributedText];
if (secondVersionPart <= 39) {
[comment setBodyAttributedText:bodyMutableAttributedText];
}
[[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment]; [[commentTreeNode commentTreeHeaderNode] updateContentViewsForData:comment];

Ładowanie…
Anuluj
Zapisz