Skip to content

Commit c06d89c

Browse files
author
just-software-dev
committed
[trello.com/c/bSmPAIM2] Fixed date header update
1 parent 6223da9 commit c06d89c

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)