Merge branch 'bugfix/tabstableviewcell' into 'release/20_1_1'
Digital PCT265 defect: VDS TabsTableViewCell delegate reset issue. Impacts UAD. ### Summary This issue is due to a change in the VDS tabs reset handling. The onTabSelect and onTabShouldSelect gets reset to nil. In the case of table cell reuse this reset gets called and our setup connection in the initializer is lost. Adding the delegate back in the model setter seems to resolve this immediate issue but we should expand out and see if there are other cases. ### JIRA Ticket [CXTDT-601399](https://onejira.verizon.com/browse/CXTDT-601399) Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1174
This commit is contained in:
commit
8c5a8776ab
@ -40,6 +40,7 @@ import UIKit
|
||||
if let tabsModel = tabsListItemModel?.tabs {
|
||||
tabs.set(with: tabsModel, delegateObject, additionalData)
|
||||
}
|
||||
tabs.delegate = self
|
||||
}
|
||||
|
||||
public override func reset() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user