Merge branch 'feature/oneApp_4067-SessionHandlerSwiftMigration' into 'develop'

Minor review changes

### Summary
ObjC to Swift migration for SessionHandler class

### JIRA Ticket
https://onejira.verizon.com/browse/ONEAPP-4067

Co-authored-by: Scott Pfeil <Scott.Pfeil3@verizonwireless.com>

See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/959
This commit is contained in:
Pfeil, Scott Robert 2023-05-15 23:09:30 +00:00
commit 9ea5443639

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()