Digital PCT265 defect CXTDT-54658: Code review.

This commit is contained in:
Hedden, Kyle Matthew 2024-05-20 11:54:01 -04:00
parent 7557e913a2
commit 8e70aba157

View File

@ -68,7 +68,7 @@ extension TabsTableViewCell: TabsDelegate {
MVMCoreUIActionHandler.performActionUnstructured(with: SwapMoleculesActionModel(index < previousTabIndex ? .left : .right), sourceModel: model, additionalData: nil, delegateObject: delegateObject)
if let analyticsData = try? model.tabs.tabs[index].analyticsData?.toJSONAny(),
let controller = self.delegateObject?.moleculeDelegate as? MVMCoreViewControllerProtocol {
let controller = delegateObject?.moleculeDelegate as? MVMCoreViewControllerProtocol {
MVMCoreUILoggingHandler.shared()?.defaultLogPageUpdate(forController: controller, from: ["analyticsData": analyticsData])
}
}