mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
MXKRoomBubbleCellData: Add convenient isAttachment property.
This commit is contained in:
@@ -147,6 +147,11 @@
|
||||
*/
|
||||
@property (nonatomic) BOOL isAttachmentWithIcon;
|
||||
|
||||
/**
|
||||
YES when the bubble correspond to an attachment (audio, file...).
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL isAttachment;
|
||||
|
||||
/**
|
||||
Flag that indicates that self.attributedTextMessage will be not nil.
|
||||
This avoids the computation of self.attributedTextMessage that can take time.
|
||||
|
||||
Reference in New Issue
Block a user