From 669e1af982e81c284ec36f6bf9c2445f2fe18cda Mon Sep 17 00:00:00 2001 From: IntriguingTiles Date: Sat, 10 Apr 2021 15:42:21 -0600 Subject: [PATCH] Fix Apollo text color on 1.10.8 --- tweak/Apollo.xm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tweak/Apollo.xm b/tweak/Apollo.xm index 6a4b2aa..4f05da0 100644 --- a/tweak/Apollo.xm +++ b/tweak/Apollo.xm @@ -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