mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
MESSENGER Release 1.24.0
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user