forked from shadowfacts/Tusker
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:
parent
ff29f2768b
commit
49c9c69b5a
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue