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
When showing a MessageList, is it possible to scroll to the top of the first unread message? I've noticed that when the message is long enough to take up more than the screen, the scroll position seems to be set to the bottom of the message.
I'm not sure if this is a bug or a missing setting or working as intended or that I've made a mistake in implementation.
I have a webview inside the message view, not sure if you think that is relevant or not.
The text was updated successfully, but these errors were encountered:
This can be archieved as stated here #211 (comment)
The model does not store any information about a read status, so you have to handle it on your own.
Then filter MessageListAdapater.items for the position of the first unread message and use recyclerviews messageList.scrollToPosition
Hi all
When showing a MessageList, is it possible to scroll to the top of the first unread message? I've noticed that when the message is long enough to take up more than the screen, the scroll position seems to be set to the bottom of the message.
I'm not sure if this is a bug or a missing setting or working as intended or that I've made a mistake in implementation.
I have a webview inside the message view, not sure if you think that is relevant or not.
The text was updated successfully, but these errors were encountered: