mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 21:39:12 +00:00
Prevent crashes when mentioning users on macOS (#2630)
Co-authored-by: Stefan Ceriu <stefanc@matrix.org>
This commit is contained in:
parent
82527958f7
commit
b4d96004fe
@ -27,7 +27,7 @@ protocol PillAttachmentViewProviderDelegate: AnyObject {
|
||||
func invalidateTextAttachmentsDisplay()
|
||||
}
|
||||
|
||||
final class PillAttachmentViewProvider: NSTextAttachmentViewProvider {
|
||||
final class PillAttachmentViewProvider: NSTextAttachmentViewProvider, NSSecureCoding {
|
||||
private weak var delegate: PillAttachmentViewProviderDelegate?
|
||||
|
||||
// MARK: - Override
|
||||
|
1
changelog.d/2627.bugfix
Normal file
1
changelog.d/2627.bugfix
Normal file
@ -0,0 +1 @@
|
||||
Prevent crashes when mentioning users when running on the Mac
|
Loading…
x
Reference in New Issue
Block a user