mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 22:20:20 +00:00
Fix issue with conversation list invalidation.
This commit is contained in:
@@ -86,8 +86,8 @@ class ConversationListViewModel extends ViewModel {
|
||||
}
|
||||
pagedData.getController().onDataInvalidated();
|
||||
});
|
||||
this.isNewlyCreated = true;
|
||||
};
|
||||
this.isNewlyCreated = true;
|
||||
|
||||
this.hasNoConversations = LiveDataUtil.mapAsync(pagedData.getData(), conversations -> {
|
||||
pinnedCount = DatabaseFactory.getThreadDatabase(application).getPinnedConversationListCount();
|
||||
|
||||
Reference in New Issue
Block a user