You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(app): 콜드 시작 첫 핀 클릭 그룹 수정 다이얼로그 미표시 버그 수정
RouteEditRequest 즉시 처리 조건을 non-null(`is { } page`)에서
`is { IsLoaded: true } page`로 한정. 콜드 시작 시 SelectWorkGroups가
WorkGroupsPage를 동기 navigate해 CurrentWorkGroupsPage가 non-null이 되지만
아직 Loaded 전이라 XamlRoot이 null인 상태에서 EditGroupByIdAsync를 호출하면
ContentDialog가 실패하던 문제를 해결. 콜드 시작에선 PendingEditGroupId를
남겨 페이지 Loaded(OnPageLoaded)가 XamlRoot 준비 후 소비하도록 함.
패키지 버전 1.0.3.0 → 1.0.4.0.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>