Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Belousov <aleksey@maps.me>2020-02-20 12:44:11 +0300
committerAlexander Boriskov <polas.okurtis@gmail.com>2020-02-20 12:47:35 +0300
commit7a4de4dff71c2eebb9f77fd0a3ad8b1fbe40ae40 (patch)
tree0a4b76a51bd34e5d0d0d8d0305a014e6b675683b
parentafac8333addc7799cb4ce59ef48bcb55b8b86982 (diff)
[iOS] fix route purchase screen orientation
-rw-r--r--iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift b/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift
index 38c2762a7d..4b76199393 100644
--- a/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift
+++ b/iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift
@@ -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)
}