mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
RoomVC: Fix live location banner showing.
This commit is contained in:
@@ -93,6 +93,15 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
|
||||
|
||||
@property (nonatomic, getter=isContextPreview) BOOL contextPeview;
|
||||
|
||||
/// Handles all banners that should be displayed at the top of the timeline but that should not scroll with the timeline
|
||||
@property (weak, nonatomic, nullable) IBOutlet UIStackView *topBannersStackView;
|
||||
|
||||
/// Indicate YES to show live location sharing banner
|
||||
@property (nonatomic, readonly) BOOL shouldShowLiveLocationSharingBannerView;
|
||||
|
||||
/// Displayed live location sharing banner if any
|
||||
@property (nonatomic, weak) LiveLocationSharingBannerView *liveLocationSharingBannerView;
|
||||
|
||||
/**
|
||||
Display the preview of a room that is unknown for the user.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user