瀏覽代碼

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…
取消
儲存