1
0
鏡像自 https://github.com/lint/TFDidThatSay 已同步 2025-12-14 12:47:18 +00:00

Fix Apollo text color on 1.10.8

此提交包含在:
IntriguingTiles
2021-04-10 15:42:21 -06:00
父節點 2189ff3b66
當前提交 669e1af982

查看文件

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