Fix status action account list VC not resizing on rotation

This commit is contained in:
Shadowfacts 2023-01-29 16:02:47 -05:00
parent 474064669d
commit 509acbde19
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class StatusActionAccountListViewController: UIViewController {
indicator.centerYAnchor.constraint(equalTo: view.safeAreaLayoutGuide.centerYAnchor),
])
case .displaying(let vc):
vc.view.translatesAutoresizingMaskIntoConstraints = false
embedChild(vc)
case .notFound:
showStatusNotFound()