Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dialog 중복 문제 #162

Open
dongx0915 opened this issue Jul 3, 2023 · 0 comments
Open

Dialog 중복 문제 #162

dongx0915 opened this issue Jul 3, 2023 · 0 comments
Assignees
Labels
🐞 Bug 개발 중 발생한 버그입니다. ♻️ Refactor 내부적으로 코드/작동 방식을 변경합니다. 💎동현💎 담당자

Comments

@dongx0915
Copy link
Member

📝 Description

다이얼로그가 출력된 상태에서 앱을 내렸다가 다시 실행한 경우 다이얼로그가 다시 출력되는 현상 발생
StateFlow를 옵저빙하는 onCreateView 메소드가 재실행 됨에 따라 State 처리도 다시 실행 됨

ViewModel이 갖고 있는 View의 State 값을 이용하므로, 앱이 내려갈 때 상태를 초기화 해주어야 함

🖼 ScreenShot

🔄 How to Reenact

🤔예상 결과

앱에서 나갔다가 다시 들어와도 기존 다이얼로그가 유지되어야 함 (새로 뜨면 안됨)

📢 To Developer

개발자에게 할 말

@dongx0915 dongx0915 added 🐞 Bug 개발 중 발생한 버그입니다. ♻️ Refactor 내부적으로 코드/작동 방식을 변경합니다. 💎동현💎 담당자 labels Jul 3, 2023
@dongx0915 dongx0915 self-assigned this Jul 3, 2023
dongx0915 pushed a commit that referenced this issue Jul 13, 2023
dongx0915 added a commit that referenced this issue Jul 16, 2023
* build: gradle cache 설정 (#162)

* build: gradle 버전 변경 & 캐싱 추가(#163)

* feat: Magazine 엔티티 형식 변경(#163)

* feat: Magazine Room Scheme 작성(#163)

* feat: 매거진 웹뷰 추가(#163)

* feat: 매거진 썸네일 이미지 추가(#163)

* feat: 매거진 클릭 이벤트 추가(#163)

* fix: 안드로이드 11 이하 디바이스에서 연결 안되는 오류 수정(#163)

* refactor: 매거진 mock 데이터 data 모듈로 이동 (#163)

* refactor: TimeLineObject 클래스 이름 오타 수정(#163)

* refactor: ContentType enum 클래스 삭제(#163)

* refactor: EntityMapper 메소드명 변경(#163)

---------

Co-authored-by: 김동현 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug 개발 중 발생한 버그입니다. ♻️ Refactor 내부적으로 코드/작동 방식을 변경합니다. 💎동현💎 담당자
Projects
None yet
Development

No branches or pull requests

1 participant