main thread change for session handler
This commit is contained in:
parent
ce246523ac
commit
05289f88aa
@ -25,9 +25,7 @@
|
||||
self.session = [[MVMCoreSessionObject alloc] init];
|
||||
self.cache = [[MVMCoreCache alloc] init];
|
||||
self.viewControllerMapping = [[MVMCoreViewControllerMappingObject alloc] init];
|
||||
[MVMCoreDispatchUtility performSyncBlockOnMainThread:^{
|
||||
self.sessionHandler = [[MVMCoreSessionTimeHandler alloc] init];
|
||||
}];
|
||||
self.sessionHandler = [[MVMCoreSessionTimeHandler alloc] init];
|
||||
self.actionHandler = [[MVMCoreActionHandler alloc] init];
|
||||
self.loggingDelegate = [[MVMCoreLoggingHandler alloc] init];
|
||||
self.loadHandler = [[MVMCoreLoadHandler alloc] init];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user