Properly assign global contacts updater to environment

broken in 33f6a95520

// FREEBIE
This commit is contained in:
Michael Kirk 2016-11-12 12:22:55 -05:00
parent ddeadafc3b
commit fbcf5fbf07
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ static Environment *environment = nil;
_zrtpClientId = zrtpClientId;
_zrtpVersionId = zrtpVersionId;
_contactsManager = contactsManager;
_contactsUpdater = contactsUpdater;
_networkManager = networkManager;
_messageSender = messageSender;