Merge branch 'release/10_1_0' into 'develop'
release/10_1_0 hotfix merge See merge request BPHV_MIPS/mvm_core_ui!884
This commit is contained in:
commit
4e958ca0a9
@ -155,6 +155,9 @@ import VDSColorTokens
|
|||||||
self.additionalData = additionalData
|
self.additionalData = additionalData
|
||||||
selectedIndex = tabsModel?.selectedIndex ?? 0
|
selectedIndex = tabsModel?.selectedIndex ?? 0
|
||||||
selectionLine.backgroundColor = tabsModel?.selectedBarColor.uiColor
|
selectionLine.backgroundColor = tabsModel?.selectedBarColor.uiColor
|
||||||
|
let lineModel = bottomLine.lineModel ?? LineModel(type: .secondary)
|
||||||
|
lineModel.inverted = tabsModel?.style == .dark
|
||||||
|
bottomLine.set(with: lineModel, delegateObject, additionalData)
|
||||||
reloadData()
|
reloadData()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user