Skip to content

Commit

Permalink
Address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Ho committed Dec 5, 2023
1 parent b5cd186 commit c314a0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Entry markRead(final TimestampUTC timestamp) {
timestamp,
mIsUpvoted,
mIsDownvoted,
PrefsUtility.pref_behaviour_mark_posts_as_read() && true,
mIsRead || PrefsUtility.pref_behaviour_mark_posts_as_read(),
mIsSaved,
mIsHidden);
}
Expand Down

0 comments on commit c314a0e

Please sign in to comment.