Commit 9a085653 by Demid Merzlyakov

Fix Notifications navigation bar.

parent 93ec42aa
......@@ -20,7 +20,7 @@ class NotificationsCoordinator: Coordinator {
public func start() {
let notificationController = NotificationsViewController(coordinator: self)
let navigationController = UINavigationController(rootViewController: notificationController)
let navigationController = ColoredNavigationController(rootViewController: notificationController)
self.parentViewController.present(navigationController, animated: true)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment