Digital PCT265 defect CXTDT-54658: Code review.
This commit is contained in:
parent
7557e913a2
commit
8e70aba157
@ -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])
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user