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 have searched searched open and closed issues for duplicates
I am submitting a bug report for existing functionality that does not work as intended
This isn't a feature request or a discussion topic
Bug description
Go to any contact whom you have not contacted with
Go to the profile screen
Get the first message from that user
Go to the messages screen.
A New Message is received.
Go back to the Chats List Screen, and you'll still see the message was unread.
Observations:
When the new message is received, the scrollButtonState is also updated, and the new list is submitted to the adapter.
When we try to scroll in the conversation screen, this will trigger the presentScrollButtons, and update the state.
After some time, New List submitted and Update scroll state is triggered, which marks the message as read.
I am working on this issue, please assign this to me.
What I have found is, presentScrollButtons is the function call required to mark the message as read. Which is only possible by updating scrollButtonStateStore from the ConversationRepository. I am not sure what is causing the delay in updating the scrollButtonStateStore for the FIRST message(I may need some assistance here), for further messages, the scroll is triggered every time and the behavior is as expected.
Screenshots
document_6057404072191892067.mp4
Device
Realme GT NEO 3T
Android version
14
Signal version
7.29.2
Link to debug log
NA
The text was updated successfully, but these errors were encountered:
Guidelines
Bug description
Observations:
scrollButtonState
is also updated, and the new list is submitted to the adapter.presentScrollButtons
, and update the state.New List submitted
andUpdate scroll state
is triggered, which marks the message as read.I am working on this issue, please assign this to me.
What I have found is,
presentScrollButtons
is the function call required to mark the message as read. Which is only possible by updatingscrollButtonStateStore
from the ConversationRepository. I am not sure what is causing the delay in updating thescrollButtonStateStore
for the FIRST message(I may need some assistance here), for further messages, the scroll is triggered every time and the behavior is as expected.Screenshots
document_6057404072191892067.mp4
Device
Realme GT NEO 3T
Android version
14
Signal version
7.29.2
Link to debug log
NA
The text was updated successfully, but these errors were encountered: