Timeline composer layout loop fix (#6743)

* Publish suitable view height for user suggestions

* Update container view height

* Add changelog

* Fix user suggestions layout for pre iOS 16
This commit is contained in:
ismailgulek
2022-09-20 11:40:32 +03:00
committed by GitHub
parent 4cae7ab1d4
commit 424679a296
6 changed files with 58 additions and 3 deletions
+1
View File
@@ -55,6 +55,7 @@ extern NSNotificationName const RoomGroupCallTileTappedNotification;
// The preview header
@property (weak, nonatomic, nullable) IBOutlet UIView *previewHeaderContainer;
@property (weak, nonatomic, nullable) IBOutlet NSLayoutConstraint *previewHeaderContainerHeightConstraint;
@property (weak, nonatomic, nullable) IBOutlet NSLayoutConstraint *userSuggestionContainerHeightConstraint;
// The jump to last unread banner
@property (weak, nonatomic, nullable) IBOutlet UIView *jumpToLastUnreadBannerContainer;