Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Jan 29, 2025
1 parent aa02115 commit 067c795
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
//

import UIKit
import WireLogging

/// Manages the main navigation and the layout changes of the application after a successful login.
///
Expand Down Expand Up @@ -291,6 +292,8 @@ public final class MainCoordinator<Dependencies>: NSObject, MainCoordinatorProto
await withCheckedContinuation { continuation in
if splitViewController != nil {
splitViewController.dismiss(animated: true, completion: continuation.resume)
} else {
WireLogger.ui.warn("unexpected nil value for splitViewController, skip dismissPresentedViewController")
}
}
}
Expand Down

0 comments on commit 067c795

Please sign in to comment.