mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Fix stories viewed not updating in UI.
This commit is contained in:
committed by
Alex Hart
parent
4d028d1867
commit
9fbc7c0f65
@@ -445,6 +445,7 @@ public class MmsDatabase extends MessageDatabase {
|
||||
.collect(Collectors.toSet());
|
||||
|
||||
notifyConversationListeners(threadsUpdated);
|
||||
notifyConversationListListeners();
|
||||
|
||||
return results;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user