Skip to content

Commit f33ff89

Browse files
committed
Merge branch 'develop'
2 parents 1c90f5a + 24c149a commit f33ff89

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Adamant/Modules/ChatsList/ChatTableViewCell.swift

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,8 @@ final class ChatTableViewCell: UITableViewCell {
8686
clockView.isHidden = false
8787
lastMessageLeadingAnchor.constant = 27
8888
} else {
89-
UIView.animate(withDuration: 0.3) {
90-
self.clockView.isHidden = true
91-
self.lastMessageLeadingAnchor.constant = 10
92-
self.layoutIfNeeded()
93-
}
89+
self.clockView.isHidden = true
90+
self.lastMessageLeadingAnchor.constant = 10
9491
}
9592
}
9693
}

0 commit comments

Comments
 (0)