Use only one method for blocking and unblocking

This commit is contained in:
Daniel Schäufele 2020-01-06 23:14:14 +01:00
parent 3a3d9545ea
commit 5ab3152a40
4 changed files with 7 additions and 24 deletions

View file

@ -24,9 +24,7 @@ public interface Signal extends DBusInterface {
void setContactName(String number, String name);
void blockContact(String number);
void unblockContact(String number);
void setContactBlocked(String number, boolean blocked);
List<byte[]> getGroupIds();