Merge branch 'bugfix/TableViewCell-line-type' into 'develop'

found another bug of internal model getting overwritten

See merge request BPHV_MIPS/mvm_core_ui!878
This commit is contained in:
Pfeil, Scott Robert 2022-07-06 18:48:25 +00:00
commit 546178f256

View File

@ -153,7 +153,7 @@ import UIKit
// override the separator
if let separator = model.line {
addSeparatorsIfNeeded()
bottomSeparatorView?.set(with: separator, nil, nil)
bottomSeparatorView?.setStyle(separator.type)
}
if let moleculeModel = model as? MoleculeModelProtocol,