Date separator is showing two times on the same day #4668
Replies: 2 comments 1 reply
-
Hi @ramanareddy463 , This is not a bug, rather the time period between messages required for the date separator to show is set to 4 hours by default. To override the date separator handler when the list is in "normal" mode call Kind regards, |
Beta Was this translation helpful? Give feedback.
-
Thanks for reply @MarinTolic
These overrise handlers not calling/responding.. Regards, |
Beta Was this translation helpful? Give feedback.
-
The date separator is showing two times on the same day.
I am using XML-based Chat UI components (io.getstream.chat.android.ui.message.list.MessageListView)
Steps 1. Send multiple messages at 11:30 AM.
2. Send again messages at 4:00 PM.
If following the above steps can see the two date separators.
I used below method, but not call the method
`messageListViewModel.setDateSeparatorHandler { previousMessage, message ->
}`
Beta Was this translation helpful? Give feedback.
All reactions