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

@@ -179,6 +179,11 @@ public interface ContactManager {
*/
Collection<Contact> getContacts() throws DbException;
/**
* Returns all contacts.
*/
Collection<Contact> getContacts(Transaction txn) throws DbException;
/**
* Removes a contact and all associated state.
*/