We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
다이얼로그가 출력된 상태에서 앱을 내렸다가 다시 실행한 경우 다이얼로그가 다시 출력되는 현상 발생 StateFlow를 옵저빙하는 onCreateView 메소드가 재실행 됨에 따라 State 처리도 다시 실행 됨
ViewModel이 갖고 있는 View의 State 값을 이용하므로, 앱이 내려갈 때 상태를 초기화 해주어야 함
앱에서 나갔다가 다시 들어와도 기존 다이얼로그가 유지되어야 함 (새로 뜨면 안됨)
개발자에게 할 말
The text was updated successfully, but these errors were encountered:
build: gradle cache 설정 (#162)
31859f8
[Feat] 덴탈 매거진 조회 기능 추가(WebView) (#165)
563743d
* 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]>
dongx0915
No branches or pull requests
📝 Description
다이얼로그가 출력된 상태에서 앱을 내렸다가 다시 실행한 경우 다이얼로그가 다시 출력되는 현상 발생
StateFlow를 옵저빙하는 onCreateView 메소드가 재실행 됨에 따라 State 처리도 다시 실행 됨
ViewModel이 갖고 있는 View의 State 값을 이용하므로, 앱이 내려갈 때 상태를 초기화 해주어야 함
🖼 ScreenShot
🔄 How to Reenact
🤔예상 결과
앱에서 나갔다가 다시 들어와도 기존 다이얼로그가 유지되어야 함 (새로 뜨면 안됨)
📢 To Developer
개발자에게 할 말
The text was updated successfully, but these errors were encountered: