forked from organicmaps/organicmaps
[iOS] fix route purchase screen orientation
This commit is contained in:
parent
da2effc580
commit
742a5e464e
1 changed files with 1 additions and 0 deletions
|
@ -371,6 +371,7 @@ final class CatalogWebViewController: WebViewController {
|
|||
statistics: stats)
|
||||
paymentVC.delegate = self
|
||||
paymentVC.modalTransitionStyle = .coverVertical
|
||||
paymentVC.modalPresentationStyle = .fullScreen
|
||||
self.navigationController?.present(paymentVC, animated: true)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue