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 } }