diff --git a/Mastodon/Scene/Share/View/Content/StatusView.swift b/Mastodon/Scene/Share/View/Content/StatusView.swift index 46930f33..1aea1bcc 100644 --- a/Mastodon/Scene/Share/View/Content/StatusView.swift +++ b/Mastodon/Scene/Share/View/Content/StatusView.swift @@ -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)