Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
svojsu committed Jan 6, 2025
1 parent 7739d6b commit 597351c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extension AddressOptionsPresentable {
return
}

view.controller.presentWithCardLayout(
view.controller.present(
controller,
animated: true,
completion: nil
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class InAppUpdatesServiceWireframe: InAppUpdatesServiceWireframeProtocol {

let navigationController = NovaNavigationController(rootViewController: view.controller)
navigationController.barSettings = .defaultSettings.bySettingCloseButton(false)
topViewController.presentWithCardLayout(
topViewController.present(
navigationController,
animated: true
)
Expand Down

0 comments on commit 597351c

Please sign in to comment.