capacitor-google-navigation 0.1.8 → 0.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -66,7 +66,6 @@ class NavigationMapViewController: UIViewController {
|
|
|
66
66
|
let window = UIWindow(windowScene: scene)
|
|
67
67
|
window.windowLevel = .alert + 1
|
|
68
68
|
window.backgroundColor = .clear
|
|
69
|
-
window.isHidden = false
|
|
70
69
|
|
|
71
70
|
let overlayVC = UIViewController()
|
|
72
71
|
let passthroughView = PassthroughView()
|
|
@@ -91,6 +90,7 @@ class NavigationMapViewController: UIViewController {
|
|
|
91
90
|
])
|
|
92
91
|
|
|
93
92
|
self.overlayWindow = window
|
|
93
|
+
window.isHidden = false
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
private func tearDownCloseButtonWindow() {
|