[iOS] fix route purchase screen orientation

This commit is contained in:
Aleksey Belousov 2020-02-20 12:44:11 +03:00 committed by Aleksandr Zatsepin
parent da2effc580
commit 742a5e464e

View file

@ -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)
}