summaryrefslogtreecommitdiff
path: root/Taler/SceneDelegate.swift
diff options
context:
space:
mode:
Diffstat (limited to 'Taler/SceneDelegate.swift')
-rw-r--r--Taler/SceneDelegate.swift9
1 files changed, 3 insertions, 6 deletions
diff --git a/Taler/SceneDelegate.swift b/Taler/SceneDelegate.swift
index a895f65..79b086e 100644
--- a/Taler/SceneDelegate.swift
+++ b/Taler/SceneDelegate.swift
@@ -27,15 +27,12 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
// If using a storyboard, the `window` property will automatically be initialized and attached to the scene.
// This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead).
- // Create the SwiftUI view that provides the window contents.
- let contentView = ContentView()
-
// Use a UIHostingController as window root view controller.
if let windowScene = scene as? UIWindowScene {
- let window = UIWindow(windowScene: windowScene)
- window.rootViewController = UIHostingController(rootView: contentView)
+ /*let window = UIWindow(windowScene: windowScene)
+ window.rootViewController = UIHostingController(rootView: /* */)
self.window = window
- window.makeKeyAndVisible()
+ window.makeKeyAndVisible()*/
}
}