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:
commit
546178f256
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user