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

[AN] fix: 핸드폰 gps 종료시 무한 로딩 현상 수정 #767

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

dpcks0509
Copy link
Contributor

이슈

개발 사항

  • 핸드폰 gps 껐을때 무한 로딩 현상 수정
  • 핸드폰 gps 다시 켰을때 다시 정상적으로 로딩 후 데이터 불러오도록 수정

전달 사항 (없으면 삭제해 주세요)

  • @jinuemong 모임 지도 설정에도 수정해주세여~

@dpcks0509 dpcks0509 added 🐞 bug 버그 수정 🤖 android android labels Dec 22, 2024
@dpcks0509 dpcks0509 self-assigned this Dec 22, 2024
Copy link

Test Results

77 tests  ±0   77 ✅ ±0   1s ⏱️ ±0s
12 suites ±0    0 💤 ±0 
12 files   ±0    0 ❌ ±0 

Results for commit a13424c. ± Comparison against base commit fd16f90.

Copy link
Member

@gaeun5744 gaeun5744 left a comment

Choose a reason for hiding this comment

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

고생많았습니다!!

(lifecycleOwner as Fragment).createGPSDialog()
}

println("createGPSDialog")
Copy link
Member

Choose a reason for hiding this comment

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

이거 나중에 빼주세요!!

Copy link
Member

@junjange junjange left a comment

Choose a reason for hiding this comment

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

수고하셨습니다~~

@dpcks0509 dpcks0509 merged commit a37d5bf into develop Dec 28, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🤖 android android 🐞 bug 버그 수정
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

gps 종료시 무한 로딩 현상 고치기
3 participants