mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Remove some optional chaining.
This commit is contained in:
+1
-1
@@ -73,7 +73,7 @@ final class KeyVerificationDataLoadingViewController: UIViewController {
|
||||
if navigationController.navigationBar.isHidden == true {
|
||||
self.navigationItem.hidesBackButton = true
|
||||
// Show navigation bar if needed
|
||||
self.navigationController?.setNavigationBarHidden(false, animated: animated)
|
||||
navigationController.setNavigationBarHidden(false, animated: animated)
|
||||
} else {
|
||||
// Hide back button
|
||||
self.navigationItem.setHidesBackButton(true, animated: animated)
|
||||
|
||||
Reference in New Issue
Block a user