diff --git a/Tusker/Screens/Notifications/NotificationLoadingViewController.swift b/Tusker/Screens/Notifications/NotificationLoadingViewController.swift index 2bdf9767..d1c59acb 100644 --- a/Tusker/Screens/Notifications/NotificationLoadingViewController.swift +++ b/Tusker/Screens/Notifications/NotificationLoadingViewController.swift @@ -95,7 +95,7 @@ class NotificationLoadingViewController: UIViewController { return } guard let navigationController else { - fatalError("Don't know how to show notification VC outside of navigation controller") + fatalError("Don't know how to show notification VC outside of navigation controller: parent is \(parent?.description ?? "")") } navigationController.viewControllers[navigationController.viewControllers.count - 1] = vc }