mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
fix pipeline
This commit is contained in:
@@ -51,7 +51,7 @@ import Foundation
|
||||
func makeViewController(parent: UIViewController, toggleData: BWIToggleWithLabelAndSubLabelCellData, onValueChanged:((_ newValue: Bool)-> Void)?) {
|
||||
self.cellToggleData = toggleData
|
||||
if let cellToggleData = self.cellToggleData {
|
||||
hostingController = UIHostingController(rootView: TableViewCellWithLabelSubLabelAndSwitchView(toggleData: bwiToggle, onValueChanged: onValueChanged))
|
||||
hostingController = UIHostingController(rootView: TableViewCellWithLabelSubLabelAndSwitchView(toggleData: cellToggleData, onValueChanged: onValueChanged))
|
||||
setupView(parent: parent)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user