Skip to content

Commit

Permalink
Update app_iosApp.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
arkivanov authored Jun 27, 2024
1 parent 3a29c86 commit 0708bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/app-ios/app-ios/app_iosApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 0708bbd

Please sign in to comment.