Digital PCT265 defect: VDS TabsTableViewCell delegate reset issue. Impacts UAD account tab switcher.

This commit is contained in:
Hedden, Kyle Matthew 2024-08-13 23:25:18 -04:00
parent f437fbaea9
commit 3867384307

View File

@ -40,6 +40,7 @@ import UIKit
if let tabsModel = tabsListItemModel?.tabs {
tabs.set(with: tabsModel, delegateObject, additionalData)
}
tabs.delegate = self
}
public override func reset() {