Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.

Conversation

SeoJungHong
Copy link

  • 현상
    • 기존에는 TabMessageView가 한번 뜬 이후에는 Service 가 종료되기 전까지 그 뷰를 다시 보여줄 일이 없었는데 PopControlService 를 Foreground 로 변경하면서 한 서비스 생명주기 내에서 TabMessageView 를 재사용하게 되었습니다. 분명히 업데이트가 필요할 때 새로운 Menu, Section 내에 새로운 MessageView 를 생성해서 넘겼음에도 불구하고 UI가 변경되지 않아서 디버깅 해보았더니 MessageView 가 한번 고정된 UI 에서 더이상 변화할 수 없는 상태였습니다.
  • 해결
    • Preview State 로 변할 때마다 항상 최신의 MessageView 를 가져와서 보여줄 수 있도록 변경

@SeoJungHong SeoJungHong requested a review from josh-yun February 24, 2019 04:48
@SeoJungHong SeoJungHong force-pushed the fix/message_view_update branch from 7957789 to 9f94352 Compare February 24, 2019 05:49
Copy link

@josh-yun josh-yun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@SeoJungHong SeoJungHong merged commit 5b9e24e into master Feb 24, 2019
@SeoJungHong SeoJungHong deleted the fix/message_view_update branch February 24, 2019 10:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants