fix: content warning overlay clip author view issue

This commit is contained in:
CMK 2021-05-13 16:28:02 +08:00
parent 5e0eb598d1
commit d310618908
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ extension StatusView {
// only layout to top and left & right then draw image to fit size
])
// avoid overlay clip author view
containerStackView.bringSubviewToFront(authorContainerStackView)
containerStackView.bringSubviewToFront(authorContainerView)
// status
statusContainerStackView.addArrangedSubview(activeTextLabel)