Skip to content

Commit

Permalink
Merge pull request #3553 from deltachat/adb/issue-3550
Browse files Browse the repository at this point in the history
avoid ANR in ConversationFragment.manageMessageSeenState()
  • Loading branch information
adbenitez authored Jan 21, 2025
2 parents b50ae28 + be7be9b commit 84c3710
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ private void manageMessageSeenState() {
index++;
}
}
dcContext.markseenMsgs(ids);
Util.runOnAnyBackgroundThread(() -> dcContext.markseenMsgs(ids));
}


Expand Down

0 comments on commit 84c3710

Please sign in to comment.