You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm loading history at the start of user interaction using addToStart method. My messages implement IMessage interface and have createdAt properly set up. Then I put messages into adapter like this:
The end result is the most recent message is displayed at the top with oldest ones displayed at the bottom. addToEnd(chatState.data, **true**)
Doesn't make a difference
Anyone faced this and can help me? Thanks in advance
The text was updated successfully, but these errors were encountered:
I'm loading history at the start of user interaction using
addToStart
method. My messages implementIMessage
interface and havecreatedAt
properly set up. Then I put messages into adapter like this:The end result is the most recent message is displayed at the top with oldest ones displayed at the bottom.
addToEnd(chatState.data, **true**)
Doesn't make a difference
Anyone faced this and can help me? Thanks in advance
The text was updated successfully, but these errors were encountered: