Skip to content

Commit 0a30b78

Browse files
committed
Set navigation bar background color.
1 parent ff9e6fc commit 0a30b78

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

WordPress/Classes/ViewRelated/Gutenberg/Collapsable Header/CollapsableHeaderViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ class CollapsableHeaderViewController: UIViewController, NoResultsViewHost {
521521
visualEffects.forEach { (visualEffect) in
522522
visualEffect.isHidden = true
523523
}
524+
navigationController?.navigationBar.backgroundColor = .systemBackground
524525
}
525526

526527
/// In scenarios where the content offset before content changes doesn't align with the available space after the content changes then the offset can be lost. In

0 commit comments

Comments
 (0)