From 0708bbda5bca9df0669944d8893736353e418c43 Mon Sep 17 00:00:00 2001 From: Arkadii Ivanov Date: Thu, 27 Jun 2024 14:34:46 +0100 Subject: [PATCH] Update app_iosApp.swift --- sample/app-ios/app-ios/app_iosApp.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/app-ios/app-ios/app_iosApp.swift b/sample/app-ios/app-ios/app_iosApp.swift index 2bc8aecf2..ca882e164 100644 --- a/sample/app-ios/app-ios/app_iosApp.swift +++ b/sample/app-ios/app-ios/app_iosApp.swift @@ -41,7 +41,7 @@ class AppDelegate: NSObject, UIApplicationDelegate { } func application(_ application: UIApplication, shouldRestoreSecureApplicationState coder: NSCoder) -> Bool { -// stateKeeper = StateKeeperDispatcherKt.StateKeeperDispatcher(savedState: StateKeeperUtilsKt.restore(coder: coder)) + stateKeeper = StateKeeperDispatcherKt.StateKeeperDispatcher(savedState: StateKeeperUtilsKt.restore(coder: coder)) return true } }