From 742a5e464e5f5743f8807d79c8711ee27786371d Mon Sep 17 00:00:00 2001 From: Aleksey Belousov Date: Thu, 20 Feb 2020 12:44:11 +0300 Subject: [PATCH] [iOS] fix route purchase screen orientation --- iphone/Maps/Bookmarks/Catalog/CatalogWebViewController.swift | 1 + 1 file changed, 1 insertion(+) 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) }