this is required to enable custom colors for specific links

This commit is contained in:
Mauro Romito
2023-01-11 21:39:09 +01:00
parent 3c2ab08e02
commit b843daf5e0
@@ -67,6 +67,7 @@
- (void)setAttributedText:(NSAttributedString *)attributedText
{
self.linkTextAttributes = @{};
if (@available(iOS 15.0, *)) {
[self flushPills];
}