MESSENGER Release 1.24.0

This commit is contained in:
Frank Rotermund
2022-09-19 12:43:14 +02:00
parent a194ac2fe7
commit 1550ee2a9a
17 changed files with 143 additions and 13 deletions
@@ -71,6 +71,12 @@
[self flushPills];
}
[super setAttributedText:attributedText];
if (@available(iOS 15.0, *)) {
// Fixes an iOS 16 issue where attachment are not drawn properly by
// forcing the layoutManager to redraw the glyphs at all NSAttachment positions.
[self vc_invalidateTextAttachmentsDisplay];
}
}
- (void)registerPillView:(UIView *)pillView