Commit 7064c018 by Demid Merzlyakov

Radar Map type selector fix for iPad.

parent 9b52b332
...@@ -242,6 +242,7 @@ class RadarViewController: UIViewController { ...@@ -242,6 +242,7 @@ class RadarViewController: UIViewController {
alert.addAction(satellite) alert.addAction(satellite)
alert.addAction(hybrid) alert.addAction(hybrid)
alert.addAction(cancel) alert.addAction(cancel)
alert.popoverPresentationController?.sourceView = radarButton
self.present(alert, animated: true) self.present(alert, animated: true)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment