We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c90f5a + 24c149a commit f33ff89Copy full SHA for f33ff89
Adamant/Modules/ChatsList/ChatTableViewCell.swift
@@ -86,11 +86,8 @@ final class ChatTableViewCell: UITableViewCell {
86
clockView.isHidden = false
87
lastMessageLeadingAnchor.constant = 27
88
} else {
89
- UIView.animate(withDuration: 0.3) {
90
- self.clockView.isHidden = true
91
- self.lastMessageLeadingAnchor.constant = 10
92
- self.layoutIfNeeded()
93
- }
+ self.clockView.isHidden = true
+ self.lastMessageLeadingAnchor.constant = 10
94
}
95
96
0 commit comments