Minor review changes

This commit is contained in:
Scott Pfeil 2023-05-15 14:46:13 -04:00
parent 160c5cfe23
commit d4ba901369

View File

@ -18,7 +18,9 @@ import MVMCore
CoreUIModelMapping.registerObjects()
loadHandler = MVMCoreLoadHandler()
cache = MVMCoreCache()
sessionHandler = MVMCoreSessionTimeHandler()
Task { @MainActor in
self.sessionHandler = MVMCoreSessionTimeHandler()
}
actionHandler = MVMCoreUIActionHandler()
session = MVMCoreUISession()
viewControllerMapping = MVMCoreUIViewControllerMappingObject()