-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Opening a Thread now correctly marks it as read #1733
Conversation
app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadFragment.kt
Outdated
Show resolved
Hide resolved
This PR/issue depends on:
|
app/src/main/java/com/infomaniak/mail/ui/main/thread/ThreadViewModel.kt
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sometimes my thread is not displayed as "read" when leaving the ThreadFragment but when I open the next thread and come back, the wrongly displayed one is updated and now correctly display as "read"
|
Depends on #1732