Explore typing notifications inspired by web

- prevent timeline from going up and down by keeping the space allocated for the typing notification
This commit is contained in:
Gil Eluard
2021-03-29 22:26:03 +02:00
parent c990dafdf6
commit e6663a9148
3 changed files with 19 additions and 4 deletions
@@ -51,6 +51,8 @@ class RoomTypingBubbleCell: UITableViewCell {
override func layoutSubviews() {
super.layoutSubviews()
self.dotsView?.isHidden = userPictureViews.count == 0
guard userPictureViews.count > 0 else {
return
}