Remote Contact Adding UI: Address review comments

This commit is contained in:
Torsten Grote
2019-04-26 13:09:57 -03:00
parent 4bf21b2f3b
commit 7a71d2bad4
48 changed files with 155 additions and 169 deletions

View File

@@ -62,11 +62,6 @@ public interface ContactManager {
*/
String getRemoteContactLink() throws DbException;
/**
* Returns true if the given link is syntactically valid.
*/
boolean isValidRemoteContactLink(String link);
/**
* Requests a new contact to be added via the given {@code link}.
*