Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #431 from corona-warn-app/development
Browse files Browse the repository at this point in the history
Beta Release - Production
  • Loading branch information
inf2381 authored Jun 9, 2020
2 parents 8038a53 + b9dd97a commit 78f77f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/xcode/ENA/ENA/Source/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ final class SceneDelegate: UIResponder, UIWindowSceneDelegate, RequiresAppDepend
let window = UIWindow(windowScene: windowScene)
self.window = window

appUpdateChecker = AppUpdateCheckHelper(client: client, store: store)
// appUpdateChecker = AppUpdateCheckHelper(client: client, store: store)

exposureManager.resume(observer: self)

Expand Down
4 changes: 3 additions & 1 deletion src/xcode/ENA/ENA/Source/Workers/AppUpdateCheckHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class AppUpdateCheckHelper {
}

func checkAppVersionDialog(for vc: UIViewController?) {
/**
client.appConfiguration { result in
guard let versionInfo: SAP_ApplicationVersionConfiguration = result?.appVersion else {
return
Expand All @@ -57,7 +58,8 @@ class AppUpdateCheckHelper {
return
}
vc?.present(alert, animated: true, completion: nil)
}

}*/
}

private func setObserver(vc: UIViewController?, alertType: UpdateAlertType) {
Expand Down

0 comments on commit 78f77f5

Please sign in to comment.