mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Move setReadFlag() from ConversationClient to ConversationManager
This commit is contained in:
committed by
Torsten Grote
parent
0bf10a827f
commit
a923c1151c
@@ -246,7 +246,7 @@ public class ConversationViewModel extends DbViewModel
|
||||
runOnDbThread(() -> {
|
||||
try {
|
||||
long start = now();
|
||||
messagingManager.setReadFlag(g, m, true);
|
||||
conversationManager.setReadFlag(g, m, true);
|
||||
logDuration(LOG, "Marking read", start);
|
||||
} catch (DbException e) {
|
||||
logException(LOG, WARNING, e);
|
||||
|
||||
Reference in New Issue
Block a user