Fix stories viewed not updating in UI.

This commit is contained in:
Cody Henthorne
2022-05-25 16:42:22 -04:00
committed by Alex Hart
parent 4d028d1867
commit 9fbc7c0f65
2 changed files with 4 additions and 3 deletions

View File

@@ -445,6 +445,7 @@ public class MmsDatabase extends MessageDatabase {
.collect(Collectors.toSet());
notifyConversationListeners(threadsUpdated);
notifyConversationListListeners();
return results;
}