From c6998563642e8574bc57385371008e7a8579c8e8 Mon Sep 17 00:00:00 2001 From: Jonathan Buchanan Date: Mon, 6 Sep 2021 00:50:22 -0400 Subject: add in most wallet requests --- Taler/SceneDelegate.swift | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'Taler/SceneDelegate.swift') 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()*/ } } -- cgit v1.2.3