mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Fixes vector-im/element-ios/issues/5673 - Implicitly unwrapped optionals on the PlainRoomTimelineCellDecorator.
This commit is contained in:
committed by
Stefan Ceriu
parent
7aa25b88a7
commit
d8d5c6385b
@@ -228,11 +228,11 @@ extern NSString *const kMXKRoomBubbleCellUrlItemInteraction;
|
||||
/**
|
||||
The read marker view and its layout constraints (nil by default).
|
||||
*/
|
||||
@property (nonatomic) UIView *readMarkerView;
|
||||
@property (nonatomic) NSLayoutConstraint *readMarkerViewTopConstraint;
|
||||
@property (nonatomic) NSLayoutConstraint *readMarkerViewLeadingConstraint;
|
||||
@property (nonatomic) NSLayoutConstraint *readMarkerViewTrailingConstraint;
|
||||
@property (nonatomic) NSLayoutConstraint *readMarkerViewHeightConstraint;
|
||||
@property (nonatomic, nullable) UIView *readMarkerView;
|
||||
@property (nonatomic, nullable) NSLayoutConstraint *readMarkerViewTopConstraint;
|
||||
@property (nonatomic, nullable) NSLayoutConstraint *readMarkerViewLeadingConstraint;
|
||||
@property (nonatomic, nullable) NSLayoutConstraint *readMarkerViewTrailingConstraint;
|
||||
@property (nonatomic, nullable) NSLayoutConstraint *readMarkerViewHeightConstraint;
|
||||
|
||||
/**
|
||||
The potential webview used to render an attachment (for example an animated gif).
|
||||
|
||||
Reference in New Issue
Block a user