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()
|
CoreUIModelMapping.registerObjects()
|
||||||
loadHandler = MVMCoreLoadHandler()
|
loadHandler = MVMCoreLoadHandler()
|
||||||
cache = MVMCoreCache()
|
cache = MVMCoreCache()
|
||||||
sessionHandler = MVMCoreSessionTimeHandler()
|
Task { @MainActor in
|
||||||
|
self.sessionHandler = MVMCoreSessionTimeHandler()
|
||||||
|
}
|
||||||
actionHandler = MVMCoreUIActionHandler()
|
actionHandler = MVMCoreUIActionHandler()
|
||||||
session = MVMCoreUISession()
|
session = MVMCoreUISession()
|
||||||
viewControllerMapping = MVMCoreUIViewControllerMappingObject()
|
viewControllerMapping = MVMCoreUIViewControllerMappingObject()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user