fix: content warning overlay clip author view issue
This commit is contained in:
parent
5e0eb598d1
commit
d310618908
|
@ -360,7 +360,7 @@ extension StatusView {
|
||||||
// only layout to top and left & right then draw image to fit size
|
// only layout to top and left & right then draw image to fit size
|
||||||
])
|
])
|
||||||
// avoid overlay clip author view
|
// avoid overlay clip author view
|
||||||
containerStackView.bringSubviewToFront(authorContainerStackView)
|
containerStackView.bringSubviewToFront(authorContainerView)
|
||||||
|
|
||||||
// status
|
// status
|
||||||
statusContainerStackView.addArrangedSubview(activeTextLabel)
|
statusContainerStackView.addArrangedSubview(activeTextLabel)
|
||||||
|
|
Loading…
Reference in New Issue