mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2024-11-10 04:37:25 +01:00
Mark message as read fix
This commit fixes the issue where messages aren't marked as read when you click on them from the InboxActivity.
This commit is contained in:
parent
f9a0e0e70d
commit
1303106a7b
@ -193,7 +193,7 @@ public class MessageRecyclerViewAdapter extends PagedListAdapter<CommentInteract
|
||||
mActivity.startActivity(intent);
|
||||
}
|
||||
|
||||
if (message.isRead()) {
|
||||
if (!message.isRead()) {
|
||||
holder.itemView.setBackgroundColor(mMessageBackgroundColor);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user