mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +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
53abbd7807
commit
1741ce4e09
@@ -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