[android] finalize list of pending contacts and add test code

This commit is contained in:
Torsten Grote
2019-02-12 16:15:05 -02:00
parent 66cdf4f595
commit 4a57939b80
13 changed files with 269 additions and 95 deletions

View File

@@ -85,7 +85,7 @@ public interface ContactManager {
* Removes a {@link PendingContact} that is in state
* {@link PendingContactState FAILED}.
*/
void removePendingContact(PendingContact pendingContact);
void removePendingContact(PendingContact pendingContact) throws DbException;
/**
* Returns the contact with the given ID.