Skip to content

fix: defer pending quick action handling from app init#583

Merged
everpcpc merged 1 commit intomainfrom
codex/fix-startup-main-thread-io
Mar 1, 2026
Merged

fix: defer pending quick action handling from app init#583
everpcpc merged 1 commit intomainfrom
codex/fix-startup-main-thread-io

Conversation

@everpcpc
Copy link
Copy Markdown
Owner

@everpcpc everpcpc commented Mar 1, 2026

Summary

  • Move pending quick action handling out of MainApp.init to avoid startup main-thread I/O warning.
  • Process pending shortcuts only after ModelContainer and DatabaseOperator are initialized.
  • Keep quick action behavior unchanged while removing work from the earliest launch path.

Testing

  • make build-ios
  • make build

Move pending quick action processing out of app init to avoid startup main-thread I/O risk.
Process pending shortcuts after ModelContainer and DatabaseOperator are initialized.
Include existing project file ordering-only updates in this commit.
@everpcpc everpcpc merged commit 3ea69ff into main Mar 1, 2026
3 checks passed
@everpcpc everpcpc deleted the codex/fix-startup-main-thread-io branch March 1, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant