return contactHelper.isContactBlocked(recipientId);
}
- @Override
- public File getAttachmentFile(String attachmentId) {
- return attachmentHelper.getAttachmentFile(attachmentId);
- }
-
@Override
public void sendContacts() throws IOException {
syncHelper.sendContacts();