forked from organicmaps/organicmaps
[iOS] Fixed mapview in carplay
https://jira.mail.ru/browse/MAPSME-14643
This commit is contained in:
parent
9855d6c83b
commit
560859b889
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@ final class CarPlayMapViewController: MWMViewController {
|
|||
|
||||
override func viewDidLayoutSubviews() {
|
||||
super.viewDidLayoutSubviews()
|
||||
if mapView?.drapeEngineCreated == false {
|
||||
mapView?.createDrapeEngine()
|
||||
}
|
||||
updateVisibleViewPortState(viewPortState)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue