Explorar el Código

Reddit 2020.40.0 support

master
lint hace 3 años
padre
commit
088a9acf72
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      tweak/Reddit.xm

+ 4
- 1
tweak/Reddit.xm Ver fichero

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

Cargando…
Cancelar
Guardar