mirror of
https://github.com/lint/TFDidThatSay
synced 2025-12-14 20:57:18 +00:00
Fix Apollo text color on 1.10.8
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user