RoomVC: Fix live location banner showing.

This commit is contained in:
SBiOSoftWhare
2022-04-08 12:31:09 +02:00
parent 958da2c221
commit 48b4f1a8a8
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -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.