Introduce ViewModel for ContactListFragment

This commit is contained in:
Sebastian Kürten
2021-01-14 15:22:41 +01:00
parent 5fdc7e7cc4
commit dd6d72ed30
18 changed files with 402 additions and 287 deletions

View File

@@ -43,6 +43,11 @@ public interface ConversationManager {
*/
GroupCount getGroupCount(ContactId c) throws DbException;
/**
* Returns the unified group count for all private conversation messages.
*/
GroupCount getGroupCount(Transaction txn, ContactId c) throws DbException;
/**
* Deletes all messages exchanged with the given contact.
*/