summaryrefslogtreecommitdiff
path: root/Taler/SceneDelegate.swift
diff options
context:
space:
mode:
authorJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2021-09-06 00:50:22 -0400
committerJonathan Buchanan <jonathan.russ.buchanan@gmail.com>2021-09-06 00:50:22 -0400
commitc6998563642e8574bc57385371008e7a8579c8e8 (patch)
treec11069fb443bd428cd1fa0404637796138a68ccf /Taler/SceneDelegate.swift
parentc98d8fbcbdb1767d9ae2caae3d58d97f06d278d1 (diff)
downloadtaler-ios-c6998563642e8574bc57385371008e7a8579c8e8.tar.gz
taler-ios-c6998563642e8574bc57385371008e7a8579c8e8.tar.bz2
taler-ios-c6998563642e8574bc57385371008e7a8579c8e8.zip
add in most wallet requests
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()*/
}
}