oc: activate user context on initialization

This commit is contained in:
Jesús García Sáez
2015-07-14 16:47:38 +02:00
parent 7d2f96e96b
commit cfab18e1b8
4 changed files with 5 additions and 6 deletions

View File

@@ -121,7 +121,6 @@
userContext = [MAPIStoreUserContext userContextWithUsername: userName
andTDBIndexing: NULL];
[userContext activate];
moduleName = [self MAPIModuleName];
parentFolder = [[userContext rootFolders] objectForKey: moduleName];
nameInContainer = nil;