Procházet zdrojové kódy

Fix Apollo text color on 1.10.8

pull/8/head
IntriguingTiles před 3 roky
rodič
revize
669e1af982
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. +7
    -0
      tweak/Apollo.xm

+ 7
- 0
tweak/Apollo.xm Zobrazit soubor

@@ -91,6 +91,13 @@ id apolloCommentsControllerForContext;
return %orig;
}
+ (id)attributedStringFromHTML:(id)arg1 attributes:(id)arg2 compact:(BOOL)arg3 snoomojiMapping:(id)arg4 snoomojiInfo:(id)arg5 {
apolloBodyAttributes = [arg2 copy];
return %orig;
}
%end

Načítá se…
Zrušit
Uložit