Skip to content

Commit

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

import UIKit
import WireLogging

/// Manages the main navigation and the layout changes of the application after a successful login.
///
Expand Down Expand Up @@ -292,8 +291,6 @@ 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 9c36330

Please sign in to comment.