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:
commit
9ea5443639
@ -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()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user