Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

Commit

Permalink
fix deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich committed Jan 11, 2021
1 parent dd90b97 commit 835867a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TUM Campus App/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {

// MARK: - State restoration

func application(_ application: UIApplication, shouldSaveApplicationState coder: NSCoder) -> Bool {
func application(_ application: UIApplication, shouldSaveSecureApplicationState coder: NSCoder) -> Bool {
return true
}

func application(_ application: UIApplication, shouldRestoreApplicationState coder: NSCoder) -> Bool {
func application(_ application: UIApplication, shouldRestoreSecureApplicationState coder: NSCoder) -> Bool {
return true
}

Expand Down

0 comments on commit 835867a

Please sign in to comment.