Fix flicker when opening status action account list in split nav

The container VC background needs to match the content VC
This commit is contained in:
Shadowfacts 2023-01-28 22:59:30 -05:00
parent ff29f2768b
commit 49c9c69b5a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class StatusActionAccountListViewController: UIViewController {
title = NSLocalizedString("Reblogged By", comment: "status reblogged by accounts list title")
}
view.backgroundColor = .secondarySystemBackground
view.backgroundColor = .systemBackground
NotificationCenter.default.addObserver(self, selector: #selector(handleStatusDeleted), name: .statusDeleted, object: nil)
}