Parcourir la source

Reddit 2020.40.0 support

master
lint il y a 3 ans
Parent
révision
088a9acf72
1 fichiers modifiés avec 4 ajouts et 1 suppressions
  1. +4
    -1
      tweak/Reddit.xm

+ 4
- 1
tweak/Reddit.xm Voir le fichier

@@ -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];

Chargement…
Annuler
Enregistrer