chore: 핫픽스(v1.14.2) develop 백머지#500
Open
mangbaam wants to merge 4 commits into
Open
Conversation
- 증상: 공연 정보 탭에서 '내용 더 보기' 누른 뒤 출연진 탭으로 전환 시 크래시 (IllegalStateException: LayoutNode should be attached to an owner) - 원인: 포커스를 쥔 WebView가 컴포지션에서 제거될 때 포커스 재할당이 LazyList 강제 재측정을 트리거 → detach 중인 노드 배치 시도 - 조치: 읽기 전용 미리보기 WebView의 focusable 해제 (isFocusable/isFocusableInTouchMode = false) Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
fix: 공연 상세 탭 전환 시 WebView 포커스 크래시 핫픽스 (v1.14.2)
|
📦 APK size: 90.93 MB (baseline 없음 — develop push 후 재실행하면 비교 가능) |
Test Results 6 files 6 suites 0s ⏱️ Results for commit f5c28a7. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 내용
백머지 사유
리뷰 포인트
🤖 Generated with Claude Code