Merge branch 'bugfix/CXTDT-531163' into 'release/11_4_0'
CXTDT-531163 ### Summary Fix the tab state on table scroll. ### JIRA Ticket https://onejira.verizon.com/browse/CXTDT-531163 Co-authored-by: Hedden, Kyle Matthew <kyle.hedden@verizonwireless.com> See merge request https://gitlab.verizon.com/BPHV_MIPS/mvm_core_ui/-/merge_requests/1069
This commit is contained in:
commit
b9675ce5f1
@ -41,16 +41,6 @@ import VDS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//--------------------------------------------------
|
||||
// MARK: - Public Properties Overrides
|
||||
//--------------------------------------------------
|
||||
open override var selectedIndex: Int {
|
||||
didSet {
|
||||
guard let viewModel else { return }
|
||||
viewModel.selectedIndex = selectedIndex
|
||||
}
|
||||
}
|
||||
|
||||
//-------------------------------------------------
|
||||
// MARK: - Layout Views
|
||||
|
||||
Loading…
Reference in New Issue
Block a user