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

위치 권한 허용 안함 시 설정으로 이동 토스트 노출 #77

Merged
merged 2 commits into from
May 22, 2024

Conversation

ows3090
Copy link
Contributor

@ows3090 ows3090 commented May 15, 2024

구체적인 작업 내용

  • 지도 화면 및 기프티콘 등록 시에 위치 권한 확인
  • 위치 권한 없을 시에 설정으로 이동 로직 추가

Close Issue

Close #71

@ows3090 ows3090 added feature 기능 개발 원석 labels May 15, 2024
@ows3090 ows3090 requested a review from hanchang97 May 15, 2024 08:28
@ows3090 ows3090 self-assigned this May 15, 2024
@@ -331,6 +333,7 @@ private fun MapContent(
it.start(
object : MapLifeCycleCallback() {
override fun onMapDestroy() {
map = null
Copy link
Contributor

Choose a reason for hiding this comment

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

null 값을 명시적으로 할당해주신 이유가 궁금합니다!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hanchang97
에러가 났었습니다. 정확히 기억이 안나는데 map 인스턴스가 2개가 있으면 안되는것 같았어요
근데 다른 화면 이동하고 다시 돌아오면 리컴포지션 발생 중에 타이밍 이슈로 인해서 인스턴스가 2개 있었던 것 같아요
그래서 map을 명시적으로 Destroy 될때 null처리를 했습니다.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@hanchang97 일단 머지하고 주석으로 이유 작성할게요

@ows3090 ows3090 merged commit 76c85be into develop May 22, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 개발 원석
Projects
None yet
Development

Successfully merging this pull request may close these issues.

지도 권한 허용 안함 시 설정으로 이동
2 participants