empty multi progress bar fix.
If data usage is empty, then empty grey colour bar should be shown.
This commit is contained in:
parent
ecd4cf9227
commit
e7ce1daa3b
@ -63,7 +63,7 @@ import UIKit
|
||||
addSubview(stack)
|
||||
NSLayoutConstraint.constraintPinSubview(toSuperview: stack)
|
||||
stack.backgroundColor = backgroundColor
|
||||
stack.contentView.backgroundColor = .mvmWhite
|
||||
stack.contentView.backgroundColor = .mvmCoolGray3
|
||||
stack.model = StackModel(molecules: [], axis: .horizontal, spacing: 2)
|
||||
stack.stackModel?.horizontalAlignment = .leading
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user