Add getFullContacts and update to ObserverCallback.

This commit is contained in:
Alexander Weidinger 2017-09-30 11:16:55 +02:00
parent e1e7278746
commit 201199e20e
1 changed files with 2 additions and 0 deletions

View File

@ -73,6 +73,8 @@ angular.module('contactsApp')
gid: t('contacts', 'All contacts')
});
break;
case 'getFullContacts' || 'update':
break;
default:
// unknown event -> leave callback without action
return;