Skip to content

Commit

Permalink
Synchronise presentations for settings and account modals
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Petersson committed Oct 9, 2023
1 parent 48d6a75 commit 10ae388
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions ios/MullvadVPN/Coordinators/ApplicationCoordinator.swift
Original file line number Diff line number Diff line change
Expand Up @@ -728,11 +728,7 @@ final class ApplicationCoordinator: Coordinator, Presenting, RootContainerViewCo
animated: animated,
configuration: ModalPresentationConfiguration(
preferredContentSize: UIMetrics.preferredFormSheetContentSize,
modalPresentationStyle: .custom,
transitioningDelegate: FormSheetTransitioningDelegate(options: FormSheetPresentationOptions(
useFullScreenPresentationInCompactWidth: true,
adjustViewWhenKeyboardAppears: false
))
modalPresentationStyle: .formSheet
)
) { [weak self] in
completion(coordinator)
Expand Down

0 comments on commit 10ae388

Please sign in to comment.