mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
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:
@@ -51,6 +51,8 @@ class RoomTypingBubbleCell: UITableViewCell {
|
||||
override func layoutSubviews() {
|
||||
super.layoutSubviews()
|
||||
|
||||
self.dotsView?.isHidden = userPictureViews.count == 0
|
||||
|
||||
guard userPictureViews.count > 0 else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user