Skip to content

Commit e39d6bb

Browse files
Merge pull request #548 from Adamant-im/dev/trello.com/c/bSmPAIM2
[trello.com/c/bSmPAIM2] Showed fixed date only while dragging
2 parents 6223da9 + c06d89c commit e39d6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adamant/Modules/Chat/View/ChatViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ final class ChatViewController: MessagesViewController {
203203
updateIsScrollPositionNearlyTheBottom()
204204
updateScrollDownButtonVisibility()
205205

206-
if scrollView.isTracking || scrollView.isDragging {
206+
if scrollView.isTracking || scrollView.isDragging || scrollView.isDecelerating {
207207
updateDateHeaderIfNeeded()
208208
}
209209

0 commit comments

Comments
 (0)