mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Move font parameter and update parameters description
This commit is contained in:
@@ -1778,10 +1778,10 @@ static NSString *const kHTMLATagRegexPattern = @"<a href=(?:'|\")(.*?)(?:'|\")>(
|
||||
MXWeakify(self);
|
||||
NSAttributedString *str = [htmlFormatter formatHTML:html
|
||||
withAllowedTags:_allowedHTMLTags
|
||||
font:fontForWholeString
|
||||
andImageHandler:_htmlImageHandler
|
||||
extraOptions:@{ DTDefaultTextColor: [self textColorForEvent:event],
|
||||
DTDefaultStyleSheet: dtCSS }
|
||||
font:fontForWholeString
|
||||
postFormatOperations:^(NSMutableAttributedString *mutableStr) {
|
||||
MXStrongifyAndReturnIfNil(self);
|
||||
[self postFormatMutableAttributedString:mutableStr
|
||||
|
||||
Reference in New Issue
Block a user