Skip to content

인풋 포커스된 route를 pop할 때의 iOS 크래시 수정 - #5226

Open
dolsup wants to merge 1 commit into
feat/app-ios-navigation-keyboard-progressfrom
fix/app-ios-focused-route-pop-crash
Open

인풋 포커스된 route를 pop할 때의 iOS 크래시 수정#5226
dolsup wants to merge 1 commit into
feat/app-ios-navigation-keyboard-progressfrom
fix/app-ios-focused-route-pop-crash

Conversation

@dolsup

@dolsup dolsup commented Aug 8, 2026

Copy link
Copy Markdown
Contributor

Focused input이 있는 route를 pop할 때 destination scene 이동과 outgoing scene 해제가 같은 composition에서 일어나 Compose Runtime이 크래시할 수 있었습니다.
(스페이스 설정 > 인풋 포커스 > 뒤로가기)

  • outgoing scene을 다음 applied composition까지 유지
  • scene 해제 후 ViewModelStore 정리
  • focused input이 있는 pager route pop 회귀 테스트 추가
  • 향후 Compose Runtime 업그레이드 시 workaround 제거를 재검증하도록 TODO 추가

dolsup commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

Warning

This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
Learn more


How to use the Graphite Merge Queue

Add the label 🚀 to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

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